Skip to content

Commit

Permalink
setup pyenv in each shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Dec 16, 2021
1 parent 848cf0c commit 71dcd95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/travis/before_install.sh
Expand Up @@ -16,6 +16,9 @@ sudo apt-get install -y --allow-unauthenticated libmono-system-drawing4.0-cil mo
sudo apt-get install -y --allow-unauthenticated libperl-dev
sudo apt-get install -y --allow-unauthenticated openjdk-8-jdk

eval "$(pyenv init --path)"
eval "$(pyenv init -)"

# list installed and available Python versions
# pyenv versions
# echo $(pyenv root)
Expand Down
3 changes: 3 additions & 0 deletions ci/travis/script.sh
@@ -1,6 +1,9 @@
#!/bin/sh
set -eu

eval "$(pyenv init --path)"
eval "$(pyenv init -)"

#if [ "$BUILD_NAME" = "PHP_7.2_WITH_ASAN" ]; then
# export CC="ccache clang"
# export CXX="ccache clang++"
Expand Down

0 comments on commit 71dcd95

Please sign in to comment.