Changes between Version 6 and Version 7 of Sprint200912Dallas
- Timestamp:
- Dec 12, 2009, 9:56:30 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sprint200912Dallas
v6 v7 81 81 == Dev env == 82 82 * set up a virtual environment for dev 83 * sudo easy_install virtualenv # installs pip, too83 * sudo easy_install virtualenv # comes with pip and will install it in every virtualenv 84 84 * mkdir -p ~/django ; cd ~/django; virtualenv ve-s200912; . ve-s200912/bin/activate 85 85 * pip install ipython # plus any other pypi packages you need.