ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* context minimals installation
@ 2008-06-23 17:03 Alan Stone
  2008-06-23 17:11 ` Mojca Miklavec
  0 siblings, 1 reply; 15+ messages in thread
From: Alan Stone @ 2008-06-23 17:03 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 691 bytes --]

- Ubuntu 8.04

According to http://wiki.contextgarden.net/ConTeXt_Minimals
I installed the context minimals in

/opt/context

then ( after some research about its definition and use ) created a

.bash_profile

file (using gedit) to which were added the following instructions

#!/bin/bash
source /opt/context/tex/setuptex /opt/context/tex

saved it in /home/alan then logged in again and...

bash doesn't seem to execute ~/.bash_profile
because when launching texexec on a test file,
I'm still receiving as output

ConTeXt  ver: 2007.09.28 16:52 MKII  fmt: 2008.6.18  int: english/english

which, as far as I remember, corresponds to the
ubuntu context installation.

What's missing ?

Alan

[-- Attachment #1.2: Type: text/html, Size: 875 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: context minimals installation
  2008-06-23 17:03 context minimals installation Alan Stone
@ 2008-06-23 17:11 ` Mojca Miklavec
  2008-06-23 17:32   ` Alan Stone
  0 siblings, 1 reply; 15+ messages in thread
From: Mojca Miklavec @ 2008-06-23 17:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Jun 23, 2008 at 7:03 PM, Alan Stone wrote:
> - Ubuntu 8.04
>
> According to http://wiki.contextgarden.net/ConTeXt_Minimals
> I installed the context minimals in
>
> /opt/context
>
> then ( after some research about its definition and use ) created a
>
> .bash_profile

.bash_profile works for Mac OS X. Maybe it's .bashrc on your distro? I
have no idea what Linux distributions out there use to initialize
bash. (Are you using bash or sh or maybe something else?)

In any case you need to open a new terminal once you do the changes.

An alternative should be to put the binary path into PATH.

Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: context minimals installation
  2008-06-23 17:11 ` Mojca Miklavec
@ 2008-06-23 17:32   ` Alan Stone
  2008-06-23 17:42     ` Mojca Miklavec
                       ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Alan Stone @ 2008-06-23 17:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1401 bytes --]

There's a /home/alan/.bashrc so I've put the command line there... doesn't
work either.

Will research about how to proceed with the PATH alternative.

On Mon, Jun 23, 2008 at 7:11 PM, Mojca Miklavec <
mojca.miklavec.lists@gmail.com> wrote:

> On Mon, Jun 23, 2008 at 7:03 PM, Alan Stone wrote:
> > - Ubuntu 8.04
> >
> > According to http://wiki.contextgarden.net/ConTeXt_Minimals
> > I installed the context minimals in
> >
> > /opt/context
> >
> > then ( after some research about its definition and use ) created a
> >
> > .bash_profile
>
> .bash_profile works for Mac OS X. Maybe it's .bashrc on your distro? I
> have no idea what Linux distributions out there use to initialize
> bash. (Are you using bash or sh or maybe something else?)
>
> In any case you need to open a new terminal once you do the changes.
>
> An alternative should be to put the binary path into PATH.
>
> Mojca
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 2230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: context minimals installation
  2008-06-23 17:32   ` Alan Stone
@ 2008-06-23 17:42     ` Mojca Miklavec
  2008-06-23 17:42     ` Arthur Reutenauer
                       ` (2 subsequent siblings)
  3 siblings, 0 replies; 15+ messages in thread
From: Mojca Miklavec @ 2008-06-23 17:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Jun 23, 2008 at 7:32 PM, Alan Stone wrote:
> There's a /home/alan/.bashrc so I've put the command line there... doesn't
> work either.

What happens if you use

> bash
> export

Can you send some output?

   Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: context minimals installation
  2008-06-23 17:32   ` Alan Stone
  2008-06-23 17:42     ` Mojca Miklavec
@ 2008-06-23 17:42     ` Arthur Reutenauer
  2008-06-23 17:46     ` Alan Stone
  2008-06-23 17:46     ` Khaled Hosny
  3 siblings, 0 replies; 15+ messages in thread
From: Arthur Reutenauer @ 2008-06-23 17:42 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

> There's a /home/alan/.bashrc so I've put the command line there... doesn't
> work either.

  You really need to be more specific.  Are you sure you relaunched bash
after editing .bashrc?  Bash only reads the configuration file once, at
startup, so if you simply edited it you would have missed the change.
Then you should have an environment variable called TEXROOT; check that
"echo $TEXROOT" returns /opt/context or /opt/context/tex or something
like that.  If so, you should be able to make the formats ("texexec
--make --all" for Mark II, "context --make --all" for Mark IV).

	Arthur
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: context minimals installation
  2008-06-23 17:32   ` Alan Stone
  2008-06-23 17:42     ` Mojca Miklavec
  2008-06-23 17:42     ` Arthur Reutenauer
@ 2008-06-23 17:46     ` Alan Stone
  2008-06-23 18:08       ` Khaled Hosny
       [not found]       ` <6faad9f00806231057t462ad620hf2e782e85d85eaf3@mail.gmail.com>
  2008-06-23 17:46     ` Khaled Hosny
  3 siblings, 2 replies; 15+ messages in thread
From: Alan Stone @ 2008-06-23 17:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1741 bytes --]

>> In any case you need to open a new terminal once you do the changes.

>There's a /home/alan/.bashrc so I've put the command line there... doesn't
work either.

Strange, terminal window says...

Setting "/opt/context/tex" as TEXROOT.

and nevertheless the ubuntu tex/context gets invoked.


On Mon, Jun 23, 2008 at 7:32 PM, Alan Stone <software.list.1es9s@gmail.com>
wrote:

>
>
> Will research about how to proceed with the PATH alternative.
>
>
> On Mon, Jun 23, 2008 at 7:11 PM, Mojca Miklavec <
> mojca.miklavec.lists@gmail.com> wrote:
>
>> On Mon, Jun 23, 2008 at 7:03 PM, Alan Stone wrote:
>> > - Ubuntu 8.04
>> >
>> > According to http://wiki.contextgarden.net/ConTeXt_Minimals
>> > I installed the context minimals in
>> >
>> > /opt/context
>> >
>> > then ( after some research about its definition and use ) created a
>> >
>> > .bash_profile
>>
>> .bash_profile works for Mac OS X. Maybe it's .bashrc on your distro? I
>> have no idea what Linux distributions out there use to initialize
>> bash. (Are you using bash or sh or maybe something else?)
>>
>> In any case you need to open a new terminal once you do the changes.
>>
>> An alternative should be to put the binary path into PATH.
>>
>> Mojca
>>
>> ___________________________________________________________________________________
>> If your question is of interest to others as well, please add an entry to
>> the Wiki!
>>
>> maillist : ntg-context@ntg.nl /
>> http://www.ntg.nl/mailman/listinfo/ntg-context
>> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
>> archive  : https://foundry.supelec.fr/projects/contextrev/
>> wiki     : http://contextgarden.net
>>
>> ___________________________________________________________________________________
>>
>
>

[-- Attachment #1.2: Type: text/html, Size: 2877 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: context minimals installation
  2008-06-23 17:32   ` Alan Stone
                       ` (2 preceding siblings ...)
  2008-06-23 17:46     ` Alan Stone
@ 2008-06-23 17:46     ` Khaled Hosny
  2008-06-23 17:52       ` Alan Stone
  3 siblings, 1 reply; 15+ messages in thread
From: Khaled Hosny @ 2008-06-23 17:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2380 bytes --]

It should be ~/.bashrc (unless you are using another shell than bash),
you need to "source ~/.bashrc" to get immediate effect in the current
shell session.


On Mon, Jun 23, 2008 at 07:32:08PM +0200, Alan Stone wrote:
> There's a /home/alan/.bashrc so I've put the command line there... doesn't work
> either.
> 
> Will research about how to proceed with the PATH alternative.
> 
> On Mon, Jun 23, 2008 at 7:11 PM, Mojca Miklavec <mojca.miklavec.lists@gmail.com
> > wrote:
> 
>     On Mon, Jun 23, 2008 at 7:03 PM, Alan Stone wrote:
>     > - Ubuntu 8.04
>     >
>     > According to http://wiki.contextgarden.net/ConTeXt_Minimals
>     > I installed the context minimals in
>     >
>     > /opt/context
>     >
>     > then ( after some research about its definition and use ) created a
>     >
>     > .bash_profile
> 
>     .bash_profile works for Mac OS X. Maybe it's .bashrc on your distro? I
>     have no idea what Linux distributions out there use to initialize
>     bash. (Are you using bash or sh or maybe something else?)
> 
>     In any case you need to open a new terminal once you do the changes.
> 
>     An alternative should be to put the binary path into PATH.
> 
>     Mojca
>     ___________________________________________________________________________________
>     If your question is of interest to others as well, please add an entry to
>     the Wiki!
> 
>     maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/
>     ntg-context
>     webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
>     archive  : https://foundry.supelec.fr/projects/contextrev/
>     wiki     : http://contextgarden.net
>     ___________________________________________________________________________________
> 
> 

> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________


-- 
 Khaled Hosny
 Arabic localizer and member of Arabeyes.org team

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: context minimals installation
  2008-06-23 17:46     ` Khaled Hosny
@ 2008-06-23 17:52       ` Alan Stone
  0 siblings, 0 replies; 15+ messages in thread
From: Alan Stone @ 2008-06-23 17:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 3299 bytes --]

> you need to "source ~/.bashrc

In which file do I put that ?

On Mon, Jun 23, 2008 at 7:46 PM, Khaled Hosny <khaledhosny@eglug.org> wrote:

> It should be ~/.bashrc (unless you are using another shell than bash),
> you need to "source ~/.bashrc" to get immediate effect in the current
> shell session.
>
>
> On Mon, Jun 23, 2008 at 07:32:08PM +0200, Alan Stone wrote:
> > There's a /home/alan/.bashrc so I've put the command line there...
> doesn't work
> > either.
> >
> > Will research about how to proceed with the PATH alternative.
> >
> > On Mon, Jun 23, 2008 at 7:11 PM, Mojca Miklavec <
> mojca.miklavec.lists@gmail.com
> > > wrote:
> >
> >     On Mon, Jun 23, 2008 at 7:03 PM, Alan Stone wrote:
> >     > - Ubuntu 8.04
> >     >
> >     > According to http://wiki.contextgarden.net/ConTeXt_Minimals
> >     > I installed the context minimals in
> >     >
> >     > /opt/context
> >     >
> >     > then ( after some research about its definition and use ) created a
> >     >
> >     > .bash_profile
> >
> >     .bash_profile works for Mac OS X. Maybe it's .bashrc on your distro?
> I
> >     have no idea what Linux distributions out there use to initialize
> >     bash. (Are you using bash or sh or maybe something else?)
> >
> >     In any case you need to open a new terminal once you do the changes.
> >
> >     An alternative should be to put the binary path into PATH.
> >
> >     Mojca
> >
> ___________________________________________________________________________________
> >     If your question is of interest to others as well, please add an
> entry to
> >     the Wiki!
> >
> >     maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/
> >     ntg-context
> >     webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> >     archive  : https://foundry.supelec.fr/projects/contextrev/
> >     wiki     : http://contextgarden.net
> >
> ___________________________________________________________________________________
> >
> >
>
> >
> ___________________________________________________________________________________
> > If your question is of interest to others as well, please add an entry to
> the Wiki!
> >
> > maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> > webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> > archive  : https://foundry.supelec.fr/projects/contextrev/
> > wiki     : http://contextgarden.net
> >
> ___________________________________________________________________________________
>
>
> --
>  Khaled Hosny
>  Arabic localizer and member of Arabeyes.org team
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
>
> iD8DBQFIX+F2RoqITGOuyPIRApK1AJsHZRiDsHNb3qo0KVWXG4xochERDQCcCj3G
> R3/p4e0GzYyMIZqW4OU0p/w=
> =l2bA
> -----END PGP SIGNATURE-----
>
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>
>

[-- Attachment #1.2: Type: text/html, Size: 5497 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: context minimals installation
  2008-06-23 17:46     ` Alan Stone
@ 2008-06-23 18:08       ` Khaled Hosny
       [not found]       ` <6faad9f00806231057t462ad620hf2e782e85d85eaf3@mail.gmail.com>
  1 sibling, 0 replies; 15+ messages in thread
From: Khaled Hosny @ 2008-06-23 18:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2820 bytes --]

'which context' should tell you which file is being executed. I'm running
Hardy and all what I needed is to add that line in my ~/.bashrc.

On Mon, Jun 23, 2008 at 07:46:03PM +0200, Alan Stone wrote:
> >> In any case you need to open a new terminal once you do the changes.
> 
> >There's a /home/alan/.bashrc so I've put the command line there... doesn't
> work either.
> 
> Strange, terminal window says...
> 
> Setting "/opt/context/tex" as TEXROOT.
> 
> and nevertheless the ubuntu tex/context gets invoked.
> 
> 
> On Mon, Jun 23, 2008 at 7:32 PM, Alan Stone <software.list.1es9s@gmail.com>
> wrote:
> 
> 
> 
>     Will research about how to proceed with the PATH alternative.
> 
> 
>     On Mon, Jun 23, 2008 at 7:11 PM, Mojca Miklavec <
>     mojca.miklavec.lists@gmail.com> wrote:
> 
>         On Mon, Jun 23, 2008 at 7:03 PM, Alan Stone wrote:
>         > - Ubuntu 8.04
>         >
>         > According to http://wiki.contextgarden.net/ConTeXt_Minimals
>         > I installed the context minimals in
>         >
>         > /opt/context
>         >
>         > then ( after some research about its definition and use ) created a
>         >
>         > .bash_profile
> 
>         .bash_profile works for Mac OS X. Maybe it's .bashrc on your distro? I
>         have no idea what Linux distributions out there use to initialize
>         bash. (Are you using bash or sh or maybe something else?)
> 
>         In any case you need to open a new terminal once you do the changes.
> 
>         An alternative should be to put the binary path into PATH.
> 
>         Mojca
>         ___________________________________________________________________________________
>         If your question is of interest to others as well, please add an entry
>         to the Wiki!
> 
>         maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/
>         ntg-context
>         webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
>         archive  : https://foundry.supelec.fr/projects/contextrev/
>         wiki     : http://contextgarden.net
>         ___________________________________________________________________________________
> 
> 
> 
> 

> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________


-- 
 Khaled Hosny
 Arabic localizer and member of Arabeyes.org team

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: context minimals installation
       [not found]         ` <326847810806231154l2bd9be19gb04f171ed05f50cd@mail.gmail.com>
@ 2008-06-23 18:58           ` Mojca Miklavec
  2008-06-23 21:04             ` Alan Stone
  0 siblings, 1 reply; 15+ messages in thread
From: Mojca Miklavec @ 2008-06-23 18:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Jun 23, 2008 at 8:54 PM, Alan Stone wrote:
>
> Checked again... after invoking "Build" in sciTE, still getting
>
> ConTeXt  ver: 2007.09.28 16:52 MKII  fmt: 2008.6.18  int: english/english
>
> in the output window.
>
> Some naughty setting in sciTE maybe ?

OK, this explains it. SciTE is not reading your ~/.bashrc, only
terminal is. You either need to run SciTE from terminal or find some
other way to pass some environmental variables (at least PATH) to
SciTE.

Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: context minimals installation
  2008-06-23 18:58           ` Mojca Miklavec
@ 2008-06-23 21:04             ` Alan Stone
  2008-06-24  3:24               ` Diego Depaoli
  0 siblings, 1 reply; 15+ messages in thread
From: Alan Stone @ 2008-06-23 21:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 370 bytes --]

indeed, when running scite from terminal and building, the output window
shows

ConTeXt  ver: 2008.06.22 17:38 MKII  fmt: 2008.6.23  int: english/english

learned a few new things today.  :O)

thanks to all for helping out

>find some other way to pass some environmental variables (at least PATH) to
SciTE

that's for tomorrow, going to sleep now.

zzzzzzzzz....

alan

[-- Attachment #1.2: Type: text/html, Size: 446 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: context minimals installation
  2008-06-23 21:04             ` Alan Stone
@ 2008-06-24  3:24               ` Diego Depaoli
  2008-06-24  7:17                 ` Hans Hagen
  0 siblings, 1 reply; 15+ messages in thread
From: Diego Depaoli @ 2008-06-24  3:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Due the differences between csh and bash I argued a bit with system
variables set by setuptex.
That's my .login
setenv TEXROOT /home/diego/tex
setenv TEXPATH  /home/diego/tex
setenv TEXOS  texmf-freebsd
setenv TEXMFOS  /home/diego/tex/texmf-freebsd
setenv PATH /home/diego/tex/texmf-freebsd/bin:$PATH
setenv TEXMFCACHE /home/diego/tex/texmf-cache
and until now all works fine.
May be TEXMFLOCAL and OSFONTDIR are missed, but I ask...
are all those variables set by setuptex still needed?

Cheers
-- 
Diego Depaoli
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: context minimals installation
  2008-06-24  3:24               ` Diego Depaoli
@ 2008-06-24  7:17                 ` Hans Hagen
  2008-06-24 10:15                   ` Alan Stone
  0 siblings, 1 reply; 15+ messages in thread
From: Hans Hagen @ 2008-06-24  7:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Diego Depaoli wrote:
> Due the differences between csh and bash I argued a bit with system
> variables set by setuptex.
> That's my .login
> setenv TEXROOT /home/diego/tex
> setenv TEXPATH  /home/diego/tex
> setenv TEXOS  texmf-freebsd
> setenv TEXMFOS  /home/diego/tex/texmf-freebsd
> setenv PATH /home/diego/tex/texmf-freebsd/bin:$PATH
> setenv TEXMFCACHE /home/diego/tex/texmf-cache
> and until now all works fine.
> May be TEXMFLOCAL and OSFONTDIR are missed, but I ask...
> are all those variables set by setuptex still needed?

no, most of them are used for convenience inside the script; in the end 
what maters is that tex knows where to find the tree, configuration and 
that the bin path is set up

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: context minimals installation
  2008-06-24  7:17                 ` Hans Hagen
@ 2008-06-24 10:15                   ` Alan Stone
  2008-06-24 11:04                     ` Mojca Miklavec
  0 siblings, 1 reply; 15+ messages in thread
From: Alan Stone @ 2008-06-24 10:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 285 bytes --]

i suspect there's a (configuration) file containing a path specification
which scite uses to catch some path setting to the old context directory,
hence that path could be modified to first look in the new context directory

any clues which file that is and where it's located ?

alan

[-- Attachment #1.2: Type: text/html, Size: 310 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: context minimals installation
  2008-06-24 10:15                   ` Alan Stone
@ 2008-06-24 11:04                     ` Mojca Miklavec
  0 siblings, 0 replies; 15+ messages in thread
From: Mojca Miklavec @ 2008-06-24 11:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Jun 24, 2008 at 12:15 PM, Alan Stone wrote:
> i suspect there's a (configuration) file containing a path specification
> which scite uses to catch some path setting to the old context directory,
> hence that path could be modified to first look in the new context directory
>
> any clues which file that is and where it's located ?

If you don't find any suggestions here, ask on the context-dev mailing
list, explain in short what you have already written here - Norbert
will definitely know the answer. (Put "debian" or "ubuntu" in subject
line :)

Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2008-06-24 11:04 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-23 17:03 context minimals installation Alan Stone
2008-06-23 17:11 ` Mojca Miklavec
2008-06-23 17:32   ` Alan Stone
2008-06-23 17:42     ` Mojca Miklavec
2008-06-23 17:42     ` Arthur Reutenauer
2008-06-23 17:46     ` Alan Stone
2008-06-23 18:08       ` Khaled Hosny
     [not found]       ` <6faad9f00806231057t462ad620hf2e782e85d85eaf3@mail.gmail.com>
     [not found]         ` <326847810806231154l2bd9be19gb04f171ed05f50cd@mail.gmail.com>
2008-06-23 18:58           ` Mojca Miklavec
2008-06-23 21:04             ` Alan Stone
2008-06-24  3:24               ` Diego Depaoli
2008-06-24  7:17                 ` Hans Hagen
2008-06-24 10:15                   ` Alan Stone
2008-06-24 11:04                     ` Mojca Miklavec
2008-06-23 17:46     ` Khaled Hosny
2008-06-23 17:52       ` Alan Stone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).