Closed GoogleCodeExporter closed 9 years ago
The dialog box in the Tools menu allows you to modify the python path of the
current
session. To permanently change the Python path you need to do it in the
standard
Python way. Two possible options (there are a couple of other ways) are:
a) Change the registry option under
HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.x
b)set the PYTHONPATH environment variable.
PyScripter will soon provide the ability to run a user script on initialization
which will offer yet another way to customise the Python path among other
things.
Original comment by pyscripter
on 21 May 2009 at 7:42
I thought this was a bug, but then I read this and was kind of surprised. Why
would
anyone want an execution session based path setting. It should be persistent
and be
set like it is now and not in a script. It should also be possible to set
project
specific paths.
Original comment by noocnexus
on 29 Nov 2009 at 11:55
Project specific paths are already possible.
Original comment by pyscripter
on 31 Dec 2009 at 2:50
Issue 409 has been merged into this issue.
Original comment by pyscripter
on 10 Sep 2010 at 11:15
I have implemented the initialization script and it will be available in the
next version. So you will be able to customize the path by using that script.
Original comment by pyscripter
on 10 Sep 2010 at 11:17
Original issue reported on code.google.com by
len...@gmail.com
on 21 May 2009 at 7:13