Thursday, May 14, 2015

Installing pip in python3.4 - Freebsd

Here's an easy install for python3.4 pip in freebsd:

curl "https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py" | sudo python3.4

No comments:

Post a Comment