fixed pip-upgrade script
This commit is contained in:
Submodule .vim/bundle/zepto-vim updated: 9b31ef0c5b...3c0597adb7
@@ -9,6 +9,6 @@ skip=('setuptools', 'pip', 'python', 'disco', 'multitask',
|
|||||||
|
|
||||||
for dist in pip.get_installed_distributions(skip=skip):
|
for dist in pip.get_installed_distributions(skip=skip):
|
||||||
if sys.argv[1] == "2":
|
if sys.argv[1] == "2":
|
||||||
call("pip install --upgrade " + dist.project_name, shell=True)
|
call("pip2.7 install --upgrade " + dist.project_name, shell=True)
|
||||||
elif sys.argv[1] == "3":
|
elif sys.argv[1] == "3":
|
||||||
call("pip3.4 install --upgrade " + dist.project_name, shell=True)
|
call("pip3.4 install --upgrade " + dist.project_name, shell=True)
|
||||||
|
Reference in New Issue
Block a user