Skip to content

Commit

Permalink
Roll back python compiler fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
FriwiDev authored Jan 16, 2024
1 parent 39359a8 commit af60c79
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/install_macos_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#!/bin/bash

PYTHON=/usr/local/Frameworks/Python.framework/Versions/3.12/bin/python3.12

brew install ninja
"$PYTHON" -m pip install --ignore-installed six

"$PYTHON" -m pip list
echo "from six.moves import configparser" | "$PYTHON" && echo "Success importing stuff from six moves python module"

0 comments on commit af60c79

Please sign in to comment.