**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`: ```console Package Version ---------- ------- pip 23.0.1 setuptools 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: ```console $ pwd /d $ /path/to/python -m venv myenv $ . myenv/Scripts/activate $ pip --version pip 22.3.1 from D:\myenv\Lib\site-packages\pip (python 3.11) $ cd /c $ pip --version bash: \myenv/Scripts/pip: No such file or directory ``` <!-- gh-linked-prs --> ### Linked PRs * gh-103325 * gh-103470 * gh-103500 * gh-103591 <!-- /gh-linked-prs -->