Christian Heimes wrote:
[snip...]
The altered user site directories are:

CPython:
  ~/.local/lib/python2.6/site-packages
  %APPDATA%/Python/Python26

IronPython:
  ~/.local/lib/ironpython2.6/site-packages
  %APPDATA%/Python/IronPython26

Jython:
  ~/.local/lib/jython2.6/site-packages
  %APPDATA%/Python/Jython26

+1

I really like this scheme. The important thing for IronPython is that we can get it into Python 2.6 (along with other fixes to make distutils compatible with IronPython - like not attempting to bytecode-compile when sys.dont_write_bytecode is True).

All the best,

Michael Foord

--
http://www.ironpythoninaction.com/

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to