fix comment

This commit is contained in:
Jakub Warmuz
2015-10-17 11:13:43 +00:00
parent 9ebf530dc4
commit 17a09eac6b
+4 -3
View File
@@ -28,9 +28,10 @@ virtualenv --no-site-packages $tmpvenv
# update setuptools/pip just like in other places in the repo
pip install -U setuptools
pip install -U pip # latest pip => no --pre for dev releases
pip install -U wheel # setup.py bdist_wheel newer versions of
# virtualenv inherit setuptools/pip/wheel versions from current env
# when creating a child env
pip install -U wheel # setup.py bdist_wheel
# newer versions of virtualenv inherit setuptools/pip/wheel versions
# from current env when creating a child env
pip install -U virtualenv
root="$(mktemp -d -t le.$version.XXX)"