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

Python 3.5.4

parent cd680063
Branches
Tags
No related merge requests found
......@@ -10,7 +10,7 @@ matrix:
- os: osx
env:
- PYENV_PYTHON_VERSION=3.5.3
- PYENV_PYTHON_VERSION=3.5.4
before_install:
- ci/travis/before_install.sh
......
......@@ -94,9 +94,9 @@ If you are running El Capitan (MacOS 10.10), you'll need to run `xcode-select --
#### Pyenv environment
##### Build python 3.5.3
##### Build python 3.5.4
Building python 3.5.3 requires libraries of `openssl` and `sqlite3`. On Ubuntu, install it using the following commands :
Building python 3.5.4 requires libraries of `openssl` and `sqlite3`. On Ubuntu, install it using the following commands :
```
apt-get update
......@@ -106,12 +106,12 @@ apt-get install libsqlite3-dev
Restart your shell then prepare your virtualenv:
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.3`
On GNU/Linux: `PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.5.4`
On MacOS: `env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.5.4`
Run:
```bash
pyenv shell 3.5.3
pyenv shell 3.5.4
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