Skip to content

Commit

Permalink
Update install
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Mar 30, 2024
1 parent 13adf56 commit 7e507c9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,7 @@ elif [ "$kernelName" == "Linux" ]; then
echo "finished linux install"
exit 0
elif [[ "$kernelName" == CYGWIN* ]] || [[ "$kernelName" == MINGW32* ]] || [[ "$kernelName" == MSYS* ]] || [[ "$kernelName" == MINGW* ]]; then
echo "Windows OS detected"
if [[ -z "$MSYSTEM" || "$MSYSTEM" != "MINGW64" && "$MSYSTEM" != "MINGW32" ]]; then
echo "Error: This script must be run in Git Bash on Windows."
exit 1
fi
echo "Windows OS detected in Git Bash."
python -m venv venv
source venv/Scripts/activate
python install.py
Expand Down

0 comments on commit 7e507c9

Please sign in to comment.