Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
Closed
Description
Environment
- OS: Windows 10
- Architecture: x86_64
- Shell: bash 4.4.23, part of the git 2.37.0 install
- Python version: 3.11.1
- Output of
path/to/python -m pip list
:
Package Version---------- -------pip 23.0.1setuptools 65.5.0
Issue
When I create a venv on D: and use it from C:, executables like pip or python can't be found:
$pwd/d$/path/to/python -m venv myenv$. myenv/Scripts/activate$pip --versionpip 22.3.1 from D:\myenv\Lib\site-packages\pip (python 3.11)$cd /c$pip --versionbash: \myenv/Scripts/pip: No such file or directory