Changes between Version 5 and Version 6 of Sprint200912Dallas
- Timestamp:
- Dec 12, 2009, 9:55:55 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sprint200912Dallas
v5 v6 81 81 == Dev env == 82 82 * set up a virtual environment for dev 83 * sudo easy_install virtualenv 83 * sudo easy_install virtualenv # installs pip, too 84 84 * mkdir -p ~/django ; cd ~/django; virtualenv ve-s200912; . ve-s200912/bin/activate 85 * easy_install pip86 85 * pip install ipython # plus any other pypi packages you need. 87 86 * pip install readline