fix comment

This commit is contained in:
Jakub Warmuz 2015-10-17 11:13:43 +00:00
parent 9ebf530dc4
commit 17a09eac6b
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

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)"