"james collins" <[EMAIL PROTECTED]> wrote
just wondering about how to set up an env variable for MacPython.

You can set an env variable in your bash .profile file using

export var=val

where var is the name of the variable and val is its value.

HTH,


--
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to