Changes between Version 6 and Version 7 of Sprint200912Dallas


Ignore:
Timestamp:
Dec 12, 2009, 9:56:30 AM (15 years ago)
Author:
Jannis Leidel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Sprint200912Dallas

    v6 v7  
    8181== Dev env ==
    8282 * set up a virtual environment for dev
    83    * sudo easy_install virtualenv # installs pip, too
     83   * sudo easy_install virtualenv # comes with pip and will install it in every virtualenv
    8484   * mkdir -p ~/django ; cd ~/django; virtualenv ve-s200912; . ve-s200912/bin/activate
    8585   * pip install ipython # plus any other pypi packages you need.
Back to Top