From d57829f0313b9ecd36e152b44587b4b15e27ea51 Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmaiL.com> Date: Thu, 30 Nov 2017 23:17:25 +0100 Subject: [PATCH] Pyenv git path --- ci/travis/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/travis/before_install.sh b/ci/travis/before_install.sh index 3d1946e0..59962d72 100755 --- a/ci/travis/before_install.sh +++ b/ci/travis/before_install.sh @@ -36,7 +36,7 @@ then wget http://archive.ubuntu.com/ubuntu/pool/universe/libs/libsodium/libsodium18_1.0.13-1_amd64.deb sudo dpkg -i libsodium18_1.0.13-1_amd64.deb rm -r ~/.pyenv - git clone https://github.com/yyuu/pyenv.git ~/.pyenv + git clone https://github.com/pyenv/pyenv.git ~/.pyenv echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bash_profile echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile -- GitLab