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
As a python user I expect pip to be installed into my python directory.
Currently we move the pip.py script into a new folder software/pip which can be confusing for python users and will result in compatibility issues with older versions of python.
We need to get rid of pip as a separate commandlet and make sure that each version of python will install its own pip within its installation directory.
We also need to get rid of the ide-urls for pip and disable the cached download as mentioned in: #1170
The text was updated successfully, but these errors were encountered:
As a python user I expect pip to be installed into my python directory.
Currently we move the pip.py script into a new folder software/pip which can be confusing for python users and will result in compatibility issues with older versions of python.
We need to get rid of pip as a separate commandlet and make sure that each version of python will install its own pip within its installation directory.
We also need to get rid of the ide-urls for pip and disable the cached download as mentioned in: #1170
The text was updated successfully, but these errors were encountered: