diff --git a/ci/travis/before_install.sh b/ci/travis/before_install.sh index 59962d72f659858c5d5c090dc0da93a3deaeef68..3dc5d2f86900f54ced64fe8dc950e80342d5ff0f 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 615eb83729de0defae2e01bd4b2f7a444e20518e..d43d9d5d5efa5143471511db7b5aa7af70e6a5b8 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: