Skip to content

Commit

Permalink
Add Python version check to setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Nov 29, 2023
1 parent ca3b7cb commit a648e1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
set -e

python3 --version

# Make the virtualenv only if the folder doesn't exist
DIR=.env
if [ ! -d "${DIR}" ]; then
Expand Down

0 comments on commit a648e1f

Please sign in to comment.