statistics
Title
Question
In [1]: sudo apt-get install python3-pip
File "<ipython-input-1-adffa9420756>", line 1
sudo apt-get install python3-pip
^
SyntaxError: invalid syntax
Python-3.4.3 Statistics 02-03 min 0-10 sec
Answers:
You are typing the command in the IPython interpreter / IPython shell.
<span style="background-color: rgb(250, 250, 250);">
</span>
</span>
<span style="background-color: rgb(250, 250, 250);">
</span>
</span>
if you using windows just type the below in cmd prompt and press enter:
python -m pip install numpy
Login to add comment