Skip to content
Snippets Groups Projects
Commit f0b47fa3 authored by inso's avatar inso Committed by GitHub
Browse files

Fix python version to 3.5.3

parent d9bb3d07
No related branches found
No related tags found
No related merge requests found
...@@ -94,15 +94,15 @@ If you are running El Capitan (MacOS 10.10), you'll need to run `xcode-select -- ...@@ -94,15 +94,15 @@ If you are running El Capitan (MacOS 10.10), you'll need to run `xcode-select --
#### Pyenv environment #### Pyenv environment
##### Build python 3.5.0 ##### Build python 3.5.3
Restart your shell then prepare your virtualenv: Restart your shell then prepare your virtualenv:
On GNU/Linux: `PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.5.1` On GNU/Linux: `PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.5.3`
On MacOS: `env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.5.1` On MacOS: `env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.5.3`
Run: Run:
```bash ```bash
pyenv shell 3.5.1 pyenv shell 3.5.3
pyenv virtualenv sakia-env pyenv virtualenv sakia-env
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment