Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

Commit

Permalink
Commented out 3.7 in create-venv
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Dec 8, 2019
1 parent 3b1d69a commit 16d7c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create-venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ fi

if [[ ! -z "$(which python3.8)" ]]; then
PYTHON='python3.8'
# elif [[ ! -z "$(which python3.7)" ]]; then
# PYTHON='python3.7'
elif [[ ! -z "$(which python3.7)" ]]; then
PYTHON='python3.7'
elif [[ ! -z "$(which python3.6)" ]]; then
PYTHON='python3.6'
else
Expand Down

0 comments on commit 16d7c3a

Please sign in to comment.