saving . . . saved Error in installation of numpy, ipython3, and matplotlib has been deleted. Error in installation of numpy, ipython3, and matplotlib has been hidden .
Error in installation of numpy, ipython3, and matplotlib
Title
Question
I installed Python 3.8.0b1 in my windows 10 64 bit laptop; 

By entering Python in cmd I got 
Python 3.8.0b1 (tags/v3.8.0b1:3b5deb0116, Jun  4 2019, 19:52:55) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

But by entering "python -m pip install numpy" in cmd, I got 
>>> python -m pip install numpy
  File "<stdin>", line 1
    python -m pip install numpy
              ^
SyntaxError: invalid syntax

Kindly help me, I am course coordinator of RC number 1562-GSFC University. 

Python General None min None sec 17-06-19, 12:13 p.m. p.shyam23

Answers:

Now, 
C:\\Users\\Shyam>python -m pip install ipython3
Collecting ipython3
  ERROR: Could not find a version that satisfies the requirement ipython3 (from versions: none)
ERROR: No matching distribution found for ipython3

Other two are installed 
17-06-19, 12:23 p.m. p.shyam23


How to open terminal? 
17-06-19, 12:29 p.m. p.shyam23


Hello please run the following command:
python -m pip install numpy

in the Linux terminal or the Windows Command Prompt (you are trying to run the command in the IPython shell, that is not what is supposed to be done.)
21-06-19, 5:07 p.m. ankitrj.iitb


Log-in to answer to this question.