Skip to content
Snippets Groups Projects
Commit 2b0dc8fb authored by inso's avatar inso
Browse files

Fix script syntax

parent 022cd0db
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,9 @@ eval "$(pyenv init -)" ...@@ -10,7 +10,9 @@ eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)" eval "$(pyenv virtualenv-init -)"
pyenv activate sakia-env pyenv activate sakia-env
if [ ] then if [ $? -ne 0 ]
then
echo "Installing pyenv"
env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install $PYENV_PYTHON_VERSION env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install $PYENV_PYTHON_VERSION
pyenv shell $PYENV_PYTHON_VERSION pyenv shell $PYENV_PYTHON_VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment