-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
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
Fix Python3 tool on Windows #7051
Conversation
If python is already installed by vcpkg before, after this PR is merged, should users remove |
I didn't realize vcpkg is already trying to stay backward compatible with old installations. For example, some portable tools won't even get updated if they have already been installed. |
So should a warning be set? Or a function to delete |
No, the underlying problem regarding the update process of tools should be addressed. That's not necessarily complicated, every tool |
I made the changes for |
c845e2d
to
317f085
Compare
Remove the file
python37._pth
from the python3 tool folder to allow scripts to import any modules.Closes: #6988, #6979, #6984, #7066