diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/02_Installation.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/02_Installation.md b/doc/02_Installation.md index 353d0b81..3363f135 100644 --- a/doc/02_Installation.md +++ b/doc/02_Installation.md @@ -144,13 +144,13 @@ dock. By default, Mac OSX GUI apps like Textadept do not see shell environment variables like "$PATH". Consequently, any [modules][] that utilize programs contained in "$PATH" (e.g. the progams in */usr/local/bin/*) for run and compile -commands will not find those programs. Follow [these instructions][] to export -the environment variables you need Textadept to see. At the very least, set -"PATH" to be "$PATH". You must logout and log back in before the changes take -effect. +commands will not find those programs. The solution is to create a +*~/.textadept/osx_env.sh* file that exports all of the environment variables you +need Textadept to see. For example: + + export PATH=$PATH [modules]: 07_Modules.html -[these instructions]: http://developer.apple.com/library/mac/#qa/qa1067/_index.html ### Windows |