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.