I am trying to install matplotlib and scipy on python and use pip for this. However, when I tried to install scipy with pip install scipy --myuser
, I received a message:
invalid requirement '--myuser'
I used to install numpy using pip with
python get-pip.py —myuser
and
pip install numpy —myuser
This worked perfectly, so I'm not sure if the problem is here.
This is frustrating since I would like to use python from the terminal, and not from my Windows desktop.
source
share