From 408d71259bbd5bad7f1aa9a232904038f623598b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 20 Nov 2013 22:12:31 -0500 Subject: Look for `~/.textadept/osx_env.sh` for OSX environment variables. Also clarified `ta` launcher since `--help` is unavailable. --- doc/02_Installation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/02_Installation.md') 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 -- cgit v1.2.3