mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Clear pyenv installation before installing pyenv
This commit is contained in:
parent
7dcd4d5118
commit
c3cefd7046
1 changed files with 2 additions and 1 deletions
|
|
@ -6,8 +6,9 @@
|
||||||
# upgrade
|
# upgrade
|
||||||
# Taken from werkzeug, which took it from pyca/cryptography
|
# Taken from werkzeug, which took it from pyca/cryptography
|
||||||
if [ "$TRAVIS_PYTHON_VERSION" = "pypy3" ]; then
|
if [ "$TRAVIS_PYTHON_VERSION" = "pypy3" ]; then
|
||||||
git clone https://github.com/yyuu/pyenv.git ~/.pyenv;
|
|
||||||
PYENV_ROOT="$HOME/.pyenv";
|
PYENV_ROOT="$HOME/.pyenv";
|
||||||
|
rm -rf "$PYENV_ROOT";
|
||||||
|
git clone https://github.com/yyuu/pyenv.git "$PYENV_ROOT";
|
||||||
PATH="$PYENV_ROOT/bin:$PATH";
|
PATH="$PYENV_ROOT/bin:$PATH";
|
||||||
eval "$(pyenv init -)";
|
eval "$(pyenv init -)";
|
||||||
pypyversion="pypy3.5-5.7-beta";
|
pypyversion="pypy3.5-5.7-beta";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue