Changes between Version 5 and Version 6 of Sprint200912Dallas


Ignore:
Timestamp:
Dec 12, 2009, 9:55:55 AM (14 years ago)
Author:
Jannis Leidel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Sprint200912Dallas

    v5 v6  
    8181== Dev env ==
    8282 * set up a virtual environment for dev
    83    * sudo easy_install virtualenv
     83   * sudo easy_install virtualenv # installs pip, too
    8484   * mkdir -p ~/django ; cd ~/django; virtualenv ve-s200912; . ve-s200912/bin/activate
    85    * easy_install pip
    8685   * pip install ipython # plus any other pypi packages you need.
    8786   * pip install readline
Back to Top