In the terminal I did pip install numpy. It seems as if I can access numpy in the terminal but not in the shell.
How can I import numpy into the shell? I keep getting import error: no module named numpy.
I am using python 3.
Many thanks.
In the terminal I did pip install numpy. It seems as if I can access numpy in the terminal but not in the shell. How can I import numpy into the shell? I keep getting import error: no module named numpy. I am using python 3. Many thanks. |
|||
asked |
today |
viewed |
31 times |
Technology | Life / Arts | Culture / Recreation | Science | Other | ||
---|---|---|---|---|---|---|
pip3 install numpy
? – BrenBarn 4 hours ago