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
Make sure for Python3 to go to your Python's scripts folder (C:\Python3X\Scripts) and copy pipwin.exe to pipwin3.exe.
However, I also needed to copy pipwin-script.py to pipwin3-script.py for it to work.
Another issue that may be worth mentioning in the wiki is that the Python 2.7 installer may not install pip for some reason; this can be fixed by running python -m ensurepip -v.
The text was updated successfully, but these errors were encountered:
I followed steps 1 to 4 on this wiki for installing MSYS2. This is how you install MSYS2 on Windows 7.
If the latest version of the MSYS2 installer doesn't work on Windows 7, I recommend using this guide. Follow steps 1 to 4, and then if you are like me and are trying to install Ruby, run the ridk install.
The wiki page for Python mentions:
However, I also needed to copy
pipwin-script.py
topipwin3-script.py
for it to work.Another issue that may be worth mentioning in the wiki is that the Python 2.7 installer may not install pip for some reason; this can be fixed by running
python -m ensurepip -v
.The text was updated successfully, but these errors were encountered: