We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The .bat activate files are not installed and thus don't end up in venvs. So activating from cmd isn't possible
Maybe it needs to be added here https://github.com/python/cpython/blob/a9c304cf020e2fa3ae78fd88359dfc808c9dd639/Makefile.pre.in#L2301 ?
The text was updated successfully, but these errors were encountered:
Related, some code assumes that "Scripts" exists in venvs: https://github.com/pre-commit/pre-commit/blob/8a3ee454a2e1617d1896b12beeb6152d6582638f/pre_commit/languages/python.py#L51
msys2/MINGW-packages#21574
Sorry, something went wrong.
So are you suggesting having both the Scripts and bin directories for venvs for better compatibility?
Scripts
bin
No branches or pull requests
The .bat activate files are not installed and thus don't end up in venvs. So activating from cmd isn't possible
Maybe it needs to be added here https://github.com/python/cpython/blob/a9c304cf020e2fa3ae78fd88359dfc808c9dd639/Makefile.pre.in#L2301 ?
The text was updated successfully, but these errors were encountered: