December 2017
Intermediate to advanced
386 pages
10h 42m
English
To install the SciPy stack, execute each of the following commands on a Terminal window:
pip3 install --user numpy scipy matplotlibpip3 install --user ipython jupyter pip3 install --user pandas sympy nose
We now need to adjust the PATH variable in the .bash_profile file. Notice that you might not have a .bash_profile yet. If you do, it is important to make a backup copy of it by running the following commands at the command line:
cdcp .bash_profile .bash_profile.bak
If you get a message stating that .bash_profile does not exits, do not worry. We will create one now.
Start your text editor and open the .bash_profile file. For example, to use nano, a simple text editor included with macOS, run the following in a Terminal ...
Read now
Unlock full access