We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df39050 commit b1aba67Copy full SHA for b1aba67
126 - lib-python.sh
@@ -8,5 +8,6 @@
8
9
function python_install {
10
aptitude -y install python python-dev python-setuptools
11
- easy_install virtualenv virtualenvwrapper pip
+ easy_install pip
12
+ pip install virtualenv virtualenvwrapper
13
}
0 commit comments