Created
October 8, 2016 12:02
-
-
Save leoh0/57ba9bf1bc632836e2ac27dd15c20e37 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| curl -sL https://raw.github.com/yyuu/pyenv-installer/master/bin/pyenv-installer | \ | |
| PYENV_ROOT=/opt/pyenv USE_HTTPS=true bash | |
| PYENV_ROOT=/opt/pyenv PYTHON_CONFIGURE_OPTS="--enable-unicode=ucs4" \ | |
| /opt/pyenv/bin/pyenv install 2.7.9 | |
| /opt/pyenv/versions/2.7.9/bin/pip install virtualenv | |
| /opt/pyenv/versions/2.7.9/bin/virtualenv /opt/openstack/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment