Skip to content
Snippets Groups Projects
Commit 5d8f0919 authored by inso's avatar inso
Browse files

Fix pyenv version

parent 679fbf15
No related branches found
No related tags found
No related merge requests found
......@@ -4,13 +4,12 @@ brew install libsodium
## Ensure your brew QT version is up to date. (brew install qt -> qt 4.8)
brew install qt5
brew link --force qt5
brew install pyenv
brew install pyenv-virtualenv
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install $TRAVIS_PYTHON_VERSION
env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.5.0
pyenv shell 3.5.0
pyenv virtualenv sakia-env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment