Download and install python modules for mac

broken image

Open a terminal and type python and run some code.

You will be able to run Python code using the Anaconda distribution of Python, and you will be able to install external packages using the Anaconda distribution of Python.įollow the steps below to install the Anaconda distribution of Python on MacOS. Therefore, I recommend the Anaconda distribution of Python is installed alongside the system version of Python that comes pre-installed with MacOS. An issue for MacOS users is that the installed system version of Python has a set of permissions that may always allow Python to run and may not allow users to install external packages. You will most likely see Python version 2.7 is installed. The dollar sign $ does not need to be typed): $ python In the MacOS Terminal type (note: the dollar sign $ is used to indicate the terminal prompt. To open the MacOS terminal use + and type terminal in the Spotlight Search bar. You can confirm the legacy version of Python is installed on MacOS by opening and running a command at the MacOS terminal. Most versions of MacOS come pre-installed with legacy Python (Version 2.7). This section details the installation of the Anaconda Distribution of Python on MacOS.

broken image

 Installing Anaconda on MacOS Installing Anaconda on MacOS Problem Solving with Python Book Construction