How to install python in mac?
Hi, i was unable to install python in mac book. Kindly let me know how i can install this.
I want to learn python programming and machine learning from karan sir asap.
Hi, i was unable to install python in mac book. Kindly let me know how i can install this.
I want to learn python programming and machine learning from karan sir asap.
No. That requires you to install homebrew, a compiler, and figure out the PATH issues. Worse, the Xcode or command-line tools for Xcode 11 install a crippled Python3 in /usr/bin.
I always recommend the direct installation of Python 3.8.2 from Python.org which is pre-compiled for X64, has an installer, and tweaks the PATH environment variable in dot files so one can just start using Python3 and IDLE3.
Ah, yes, thanks for stepping in! :)
How to install python in mac?