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

Ensure pyenv is available from home

parent 98339b74
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
cd $HOME/build/duniter/sakia
......
#!/usr/bin/env bash
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
if [ $TRAVIS_OS_NAME == "linux" ]
......
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