Skip to content

Commit

Permalink
Actually store variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AavHRF committed Apr 4, 2023
1 parent f4ffbb7 commit 6cc8954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/install_spyglass.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd Spyglass
# git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) # Uncomment this line to get the latest release
git checkout 3.0.1

$py3 = python3 --version
py3=$(python3 --version)
# Check if python 3 is 3.9 or higher
if [[ $py3 == *"3.9"* || $py3 == *"3.10"* || $py3 == *"3.11"* ]]; then
echo "Python 3.9 or higher detected."
Expand Down

0 comments on commit 6cc8954

Please sign in to comment.