[Python-Dev] Python install layout and the PATH on win32 (original) (raw)
VanL van.lindberg at gmail.com
Mon Mar 26 16:06:32 CEST 2012
- Previous message: [Python-Dev] Python install layout and the PATH on win32
- Next message: [Python-Dev] making python's c iterators picklable (http://bugs.python.org/issue14288)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I heard back from Enthought on this part of the proposal. They could accommodate this change.
- The layout for the python root directory for all platforms should be as follows:
stdlib = {base/userbase}/lib/ platstdlib = {base/userbase}/lib/ purelib = {base/userbase}/lib/site-packages platlib = {base/userbase}/lib/site-packages include = {base/userbase}/include/python{py_version_short} scripts = {base/userbase}/bin data = {base/userbase}
- Previous message: [Python-Dev] Python install layout and the PATH on win32
- Next message: [Python-Dev] making python's c iterators picklable (http://bugs.python.org/issue14288)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]