Message334658
Creating a venv from the python.exe from another venv does not work since 3.7.2 on Windows. This is probably related to the change
bpo-34977: venv on Windows will now use a python.exe redirector rather than copying the actual binaries from the base environment.
For example running
c:\users\$USER\.local\pipx\venvs\pipx-app\scripts\python.exe -m venv C:\Users\$USER\.local\pipx\venvs\tox
C:\Users\$USER\.local\pipx\venvs\tox\Scripts\python.exe -m pip install --upgrade pip
results in pip installing to venvs\pipx-app and not in venvs\tox.
Downstream bugreport in pipx is https://github.com/pipxproject/pipx-app/issues/81. |
|
Date |
User |
Action |
Args |
2019-02-01 08:49:16 | schlamar | set | recipients:
+ schlamar, paul.moore, tim.golden, zach.ware, steve.dower |
2019-02-01 08:49:13 | schlamar | set | messageid: <1549010953.4.0.913686801166.issue35872@roundup.psfhosted.org> |
2019-02-01 08:49:13 | schlamar | link | issue35872 messages |
2019-02-01 08:49:13 | schlamar | create | |
|