You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried doing the same thing using pip.bat as a template and it couldn't find it - pip.bat calls .python/python.exe, which resolves to Program files/talon/python.exe, then python looks for the pyvenv.cfg in Program Files/talon and Program Files and doesn't find it
The text was updated successfully, but these errors were encountered:
Normal behaviour of
virtualenv
is to create new versions of a lot of the Python code inScripts/
(https://www.python.org/dev/peps/pep-0405/#creating-virtual-environments), including the executable.the code in cpython that looks for venvs is this:
I tried doing the same thing using
pip.bat
as a template and it couldn't find it - pip.bat calls.python/python.exe
, which resolves toProgram files/talon/python.exe
, then python looks for the pyvenv.cfg inProgram Files/talon
andProgram Files
and doesn't find itThe text was updated successfully, but these errors were encountered: