Installing Python in Ubuntu



$ sudo apt-get install python2.7

$ sudo apt-get install python2.7-dev
 
you need to install pip first

$ sudo apt-get install python-pip


check pip is working or not

$ pip

$ sudo pip install numpy

$ sudo pip install ipython

$ sudo pip install pandas

type ipython or 
ipython notebook 
 
 

No comments:

Post a Comment