This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients lemburg, mishikal, r.david.murray
Date 2013-12-13.02:06:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386900390.01.0.469910658857.issue19968@psf.upfronthosting.co.za>
In-reply-to
Content
sys.path is computed dynamically at run time.  Try moving the install directory around on your filesystem, and you'll see.

I'm not familiar with stow, and I don't know if anyone else on the team is either, so you may have to explain your issue in more detail.  If there is a real issue here, my guess would be that the solution will be based on the new venv support.
History
Date User Action Args
2013-12-13 02:06:30r.david.murraysetrecipients: + r.david.murray, lemburg, mishikal
2013-12-13 02:06:30r.david.murraysetmessageid: <1386900390.01.0.469910658857.issue19968@psf.upfronthosting.co.za>
2013-12-13 02:06:29r.david.murraylinkissue19968 messages
2013-12-13 02:06:29r.david.murraycreate