From e3bf0cbd1c9af679de8a58bcb627c9f88045adcd Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmaiL.com> Date: Thu, 30 Nov 2017 23:07:25 +0100 Subject: [PATCH] Python 3.5.4 --- .travis.yml | 2 +- doc/install_for_developers.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 317bb8d1..8510ce29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/doc/install_for_developers.md b/doc/install_for_developers.md index e740ae3b..615eb837 100644 --- a/doc/install_for_developers.md +++ b/doc/install_for_developers.md @@ -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 ``` -- GitLab