Created
December 14, 2013 14:50
-
-
Save reterVision/7960114 to your computer and use it in GitHub Desktop.
Install Python environment on Dragonfly BSD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pkg install python | |
| pkg install git | |
| pkg install wget | |
| wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py -O - | python | |
| easy_install pip | |
| pip install ipython |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment