Act as a replacement for .venv/bin/python
#65
brettcannon
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically if the launcher is named
python
and has a../pyvenv.cfg
, make it so it acts like a virtual environment. Would make creating virtual environments a bit lighter.VENV_REDIRECT
variant inlauncher.c
,__PYVENV_LAUNCHER__
functionality of the macOS framework build launcher-h
,--list
, and version specifier support -- in this situation to make this work../pyvenv.cfg
and itshome
andversion
keys to determine the Python executable to run.pyd
files)site
module to gain ability to specify virtual environment location (while maintaining the invariant on how to detect virtual environments as outlined in thevenv
module docs); probably making__PYVENV_LAUNCHER__
not be macOS-specificWould need to verify that this is actually worth it on Windows before pursuing the work.
Beta Was this translation helpful? Give feedback.
All reactions