Skip to content

Commit b1aba67

Browse files
committed
Use pip to install virtualenv.
1 parent df39050 commit b1aba67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

126 - lib-python.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88

99
function python_install {
1010
aptitude -y install python python-dev python-setuptools
11-
easy_install virtualenv virtualenvwrapper pip
11+
easy_install pip
12+
pip install virtualenv virtualenvwrapper
1213
}

0 commit comments

Comments
 (0)