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

Python 3.5.4

parent cd680063
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ matrix: ...@@ -10,7 +10,7 @@ matrix:
- os: osx - os: osx
env: env:
- PYENV_PYTHON_VERSION=3.5.3 - PYENV_PYTHON_VERSION=3.5.4
before_install: before_install:
- ci/travis/before_install.sh - 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 -- ...@@ -94,9 +94,9 @@ If you are running El Capitan (MacOS 10.10), you'll need to run `xcode-select --
#### Pyenv environment #### 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 apt-get update
...@@ -106,12 +106,12 @@ apt-get install libsqlite3-dev ...@@ -106,12 +106,12 @@ apt-get install libsqlite3-dev
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.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.3` On MacOS: `env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.5.4`
Run: Run:
```bash ```bash
pyenv shell 3.5.3 pyenv shell 3.5.4
pyenv virtualenv sakia-env 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