Is it possible to append a new Path to some file permanently? It seems like a
sys.path.append ('/my/new/path') statement is temporary.
In other words, where and in what file on a Win32 box or Linux box is the sys.path info kept. I
have a couple of paths I keep practice files in I want to add to the path permanently.
Thanks
sys.path.append ('/my/new/path') statement is temporary.
In other words, where and in what file on a Win32 box or Linux box is the sys.path info kept. I
have a couple of paths I keep practice files in I want to add to the path permanently.
Thanks
Comment