Created
September 28, 2021 13:58
-
-
Save pastuhov/9f8d85b8b3ee5ba1047d2b407458db94 to your computer and use it in GitHub Desktop.
Python on apple silicon m1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env zsh | |
mdir=${0:a:h} | |
/usr/bin/arch -x86_64 $mdir/python "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
chmod +x python_m1.sh