installation in cygwin
Title
Question
I am using cygwin in windows 10 for shell environment. I installed python 3.4 package during cygwin installation.
But I am unable to install numpy, matplotlib and ipython in cygwin.
Any suggestion is appreciated
Python-3.4.3 Getting-started-with-IPython 00-01 min 0-10 sec
Answers:
Hello ensure that Python is available in your System PATH variable. You can check this by ensuring that the Python command runs properly and gives you the interpreter screen.
Also, make sure you are using a standard package manager like PIP to install and uninstall python packages.
Login to add comment