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 veky
Recipients Anthony Sottile, Chris Billington, Ivan.Pozdeev, SilentGhost, __Vano, barry, brett.cannon, christian.heimes, eric.smith, eric.snow, ethan smith, jaraco, mhammond, ncoghlan, pitrou, takluyver, terry.reedy, veky, vstinner
Date 2019-01-18.17:40:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547833200.79.0.0541207635121.issue33944@roundup.psfhosted.org>
In-reply-to
Content
I have a directory inside my home directory, and inside it I have files with various utilities I have written over the years. So far, whenever I have installed a new version of Python, I have simply put a util.pth into site-packages. If you remove that possibility, what am I supposed to do? Every other solution is either much more complicated, or doesn't enable me to evolve my utilities inplace, or both. What am I missing? (My OS is Windows, and shortcuts don't work, I've tried.)
History
Date User Action Args
2019-01-18 17:40:02vekysetrecipients: + veky, mhammond, barry, brett.cannon, terry.reedy, jaraco, ncoghlan, pitrou, vstinner, eric.smith, christian.heimes, SilentGhost, __Vano, eric.snow, takluyver, Ivan.Pozdeev, Anthony Sottile, ethan smith, Chris Billington
2019-01-18 17:40:00vekysetmessageid: <1547833200.79.0.0541207635121.issue33944@roundup.psfhosted.org>
2019-01-18 17:40:00vekylinkissue33944 messages
2019-01-18 17:40:00vekycreate