First off, please excuse the possible noobery. I've installed Python 3.4 from ports (lang/python34). I'd like to have pip as well, it's allegedly bundled with 3.4 onwards but I definitely don't have it.
Looks like devel/py-pip is for Python 2.7 only, and every resource online says 3.4 should have pip bundled already. How can I get pip going with my 3.4 port?
Thanks
$ freebsd-version
Code:
10.1-RELEASE
$ python -V
Code:
Python 3.4.1
$ python -m pip install django
Code:
/usr/bin/python: No module named pip
Looks like devel/py-pip is for Python 2.7 only, and every resource online says 3.4 should have pip bundled already. How can I get pip going with my 3.4 port?
Thanks
Last edited by a moderator: