Append to system path : System Path « System « Python





Append to system path


import sys
sys.path.append('/ufs/guido/lib/python')


           
       

Related examples in the same category

1.system os pathsystem os path
2.Output system parameter: PATH
3.Show my cwd execution dir and first 6 import pathsShow my cwd execution dir and first 6 import paths