Wednesday, January 21, 2015

How to Install Python 3 and PyDev

A nice way of installing python3 with pip3 installed is illustrated here :

how-to-install-python-3-and-pydev-on-osx

The link uses brew that takes care of installation.
but if you want to directly have it after installing python3 you need to have pip3 to download the version 3 of the packages:
To install that for example, in ubuntu  use :
 sudo apt-get install python3-pip  

and to have easy_install version 3  use:

udo apt-get install python3-setuptools

No comments:

Post a Comment