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 -)"
eval "$(pyenv virtualenv-init -)"
pyenv activate sakia-env
if [ ] then
if [ $? -ne 0 ]
then
echo "Installing pyenv"
env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install $PYENV_PYTHON_VERSION
pyenv shell $PYENV_PYTHON_VERSION
......
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