From 98339b74c7b836b1d9d2948be20417924d2d6a7b Mon Sep 17 00:00:00 2001
From: inso <insomniak.fr@gmaiL.com>
Date: Thu, 30 Nov 2017 23:19:07 +0100
Subject: [PATCH] Export pyenv path

---
 ci/travis/before_install.sh   | 3 ++-
 doc/install_for_developers.md | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ci/travis/before_install.sh b/ci/travis/before_install.sh
index 59962d72..3dc5d2f8 100755
--- a/ci/travis/before_install.sh
+++ b/ci/travis/before_install.sh
@@ -39,7 +39,8 @@ then
     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
-
+    export PYENV_ROOT="$HOME/.pyenv"
+    export PATH="$PYENV_ROOT/bin:$PATH"
     ldconfig -p
     #export $(dbus-launch)
 
diff --git a/doc/install_for_developers.md b/doc/install_for_developers.md
index 615eb837..d43d9d5d 100644
--- a/doc/install_for_developers.md
+++ b/doc/install_for_developers.md
@@ -56,7 +56,7 @@ python src/sakia/main.py
 
 * Linux : 
 ```bash
-curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash
+curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
 ```
 
 Add in `~/.bash_profile`, in `~/.bashrc` on Fedora:
-- 
GitLab