I'm able to update pip-managed packages, but how do I update pip itself?
(我能够更新pip托管包,但是如何更新pip本身?)
According to pip --version
, I currently have pip 1.1 installed in my virtualenv and I want to update to the latest version. (根据pip --version
,我目前在我的virtualenv中安装了pip 1.1,我想更新到最新版本。)
What's the command for that?
(命令是什么?)
Do I need to use distribute or is there a native pip or virtualenv command? (我是否需要使用分发或是否有本机pip或virtualenv命令?)
I've already tried pip update
and pip update pip
with no success. (我已经尝试了pip update
和pip update pip
没有成功。)
ask by zakdances translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…