ubuntu - Instructing Pip to Use Python 3 -
i'm using ubuntu, how instruct pip
use python3
installation , not python2.6
? 2.6 default installation on ubuntu. can't upgrade break ubuntu.
any single pip
installation (roughly) specific 1 python installation. can, however, have multiple parallel pip
installations. package manager has package called pip-3.3
or similar. if not, can manually install (run get-pip.py
script using python 3.3), though you'll have careful ends in right place in path
. can use virtualenv
.
Comments
Post a Comment