tar xvzf virtualenv-16.4.1.tar.gz cd virtualenv-16.4.1 python virtualenv.py ../my-python-env cd .. source my-python-env/bin/activate pip install xlrd