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 :
and to have easy_install version 3 use:
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