Skip to content

Instantly share code, notes, and snippets.

@reterVision
Created December 14, 2013 14:50
Show Gist options
  • Save reterVision/7960114 to your computer and use it in GitHub Desktop.
Save reterVision/7960114 to your computer and use it in GitHub Desktop.
Install Python environment on Dragonfly BSD
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