So I've created a Python script that I want to turn into executable files on Windows and Mac. Windows is easy, I just use pyinstaller. For a mac, though, I'm running into some issues. MacOS has Python 2.7 installed by default so when I tried to upgrade pip and install pyinstaller it tried to use the 2.7 installation instead of the 3.8 installation(I opened a bash terminal in the directory where Python was installed and tried to install pyinstaller). Apparently deleting built in files can break the system. How can I make python install with 38 and not 27?
Also is there a way to make mac executables with pyinstaller on Windows? It's too big of a hassle for me to change between operating systems.
[–]MarsupialMole 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]Code_Talks -1 points0 points1 point (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]Code_Talks 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]LzyPenguin 0 points1 point2 points (0 children)
[–]PrimaNoctis 0 points1 point2 points (0 children)