Author: leidel
Date: Sat Feb 21 17:12:29 2009
New Revision: 1139
Modified:
wiki/MovingToDistutils.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/MovingToDistutils.wiki
==============================================================================
--- wiki/MovingToDistutils.wiki (original)
+++ wiki/MovingToDistutils.wiki Sat Feb 21 17:12:29 2009
@@ -36,6 +36,6 @@
To create a Pinax virtualenv a bit faster faster we provide a
[http://pypi.python.org/pypi/virtualenv#creating-your-own-bootstrap-scripts
virtualenv bootstrap script]. It will create a regular
[http://pypi.python.org/pypi/virtualenv virtualenv], installs
[http://pypi.python.org/pypi/pip pip] and
[http://pypi.python.org/pypi/Django Django] inside of it and checks out
Pinax to the `src/` subdirectory. It will however *not* automatically
install the requirements mentioned above. It's just for getting a Pinax
virtualenv started.
{{{
- wget http://svn.pinaxproject.com/pinax/trunk/bin/pinax-boot.py
+ wget http://svn.pinaxproject.com/pinax/trunk/scripts/pinax-boot.py
python pinax-boot.py pinax-env
}}}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---