Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27941
| Date | 2012-08-26 19:47 +0100 |
|---|---|
| Subject | sys.path in python3.3 |
| From | Nicholas Cole <nicholas.cole@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3849.1346006856.4697.python-list@python.org> (permalink) |
Dear List, In all previous versions of python, I've been able to install packages into the path: ~/Library/Python/$py_version_short/site-packages but in the rc builds of python 3.3 this is no longer part of sys.path. Before I go hacking the install, is there a reason that this path was removed? Is there a recommended way to get it back, or is this a gentle way of pushing us all to use virtualenv rather than installing user-specific packages? Best wishes, Nicholas
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
sys.path in python3.3 Nicholas Cole <nicholas.cole@gmail.com> - 2012-08-26 19:47 +0100
Re: sys.path in python3.3 Hans Mulder <hansmu@xs4all.nl> - 2012-08-27 10:39 +0200
Re: sys.path in python3.3 Ned Deily <nad@acm.org> - 2012-08-27 02:05 -0700
Re: sys.path in python3.3 Nicholas Cole <nicholas.cole@gmail.com> - 2012-08-27 10:29 +0100
csiph-web