New submission from Codetrainee:

When first running pip built in python 3.4.3 on windows, it will notify you 
that you should upgrade to 6.1.1

The recommended command is 'pip install --upgrade pip'

However, if you run this command, it will uninstall pip as well as fail to 
upgrade pip. 

On the official site of pip, it gives the command on windows - 'python -m pip 
install -U pip', which runs perfectly.

----------
components: Installation
messages: 242857
nosy: codetrainee
priority: normal
severity: normal
status: open
title: Error of the hint of upgrading pip
type: crash
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24158>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to