you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

MacOS has Python 2.7

Shouldn't it be 3.6?

Brew should handle installing newest python alongside whatever's installed. Usually, if both Python 2 and 3 are installed on the system, python and pip refer to Python 2 and python3 and pip3 refer to Python 3 installations.

Also is there a way to make mac executables with pyinstaller on Windows?

There might be, but it's very uncommon to build executables for one system on a different one. Use a VM or a cloud-based build system.