Message335773
| Author | et |
|---|---|
| Recipients | et, jeremy.kloth, jkloth, ncoghlan, paul.moore, steve.dower, tim.golden, zach.ware |
| Date | 2019-02-17.12:59:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1550408348.82.0.0930857647816.issue36010@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Ok, so I just tested this by 1. Installing Python 3.7.2 with the regular installer 2. Copying out "Lib\venv" and "Lib\ensurepip" into another folder 3. Uninstalling Python 3.7.2 (there is now no user-available install of Python on this system) 4. Installing Python via NuGet and copying in venv & ensurepip 5. Creating a virtualenv with subprocess.check_output([sys.executable, "-m", "venv", ...path...]) using the NuGet python 6. Installing things with pip inside that venv That worked fine for me, I installed Cython and some other packages of mine with no issue. Is there anything else I should test? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-17 12:59:08 | et | set | recipients: + et, paul.moore, ncoghlan, tim.golden, jkloth, jeremy.kloth, zach.ware, steve.dower |
| 2019-02-17 12:59:08 | et | set | messageid: <1550408348.82.0.0930857647816.issue36010@roundup.psfhosted.org> |
| 2019-02-17 12:59:08 | et | link | issue36010 messages |
| 2019-02-17 12:59:08 | et | create | |