[Tutor] env variable

Alan Gauld alan.gauld at btinternet.com
Tue Jun 3 09:56:57 CEST 2008


"james collins" <collinsjames9 at gmail.com> 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



More information about the Tutor mailing list