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 steve.dower
Recipients et, jeremy.kloth, jkloth, ncoghlan, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-02-16.22:37:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550356667.45.0.703853278357.issue36010@roundup.psfhosted.org>
In-reply-to
Content
The whole point of a venv is to give you a separate directory with a "stand alone" Python. As that's what you just installed with nuget, there's no point in creating a venv - just pip install directly into it.

Alternatively, you can pip install virtualenv and use that.
History
Date User Action Args
2019-02-16 22:37:47steve.dowersetrecipients: + steve.dower, paul.moore, ncoghlan, tim.golden, jkloth, jeremy.kloth, zach.ware, et
2019-02-16 22:37:47steve.dowersetmessageid: <1550356667.45.0.703853278357.issue36010@roundup.psfhosted.org>
2019-02-16 22:37:47steve.dowerlinkissue36010 messages
2019-02-16 22:37:47steve.dowercreate