Hi,
First thank you for taking the time to make this helpful resource.
The big thing missing from all the documentation I have found is where in OSX do the enviroment variable live? I have been trying unsucessfully to make them persistent. The only reliable method to get scripts working that I've found so far is to import sys then use sys.path.append() directly at the start of a script. Obviously this is not persistent, but at least it works.
Any help in this would be much appreciated.
Hi,
First thank you for taking the time to make this helpful resource.
The big thing missing from all the documentation I have found is where in OSX do the enviroment variable live? I have been trying unsucessfully to make them persistent. The only reliable method to get scripts working that I've found so far is to
import systhen usesys.path.append()directly at the start of a script. Obviously this is not persistent, but at least it works.Any help in this would be much appreciated.