Author: leidel
Date: Thu Feb  5 06:54:16 2009
New Revision: 1135

Modified:
    wiki/MovingToDistutils.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/MovingToDistutils.wiki
==============================================================================
--- wiki/MovingToDistutils.wiki (original)
+++ wiki/MovingToDistutils.wiki Thu Feb  5 06:54:16 2009
@@ -31,4 +31,11 @@
      pip install -r pinax/requirements/external_apps.txt
  }}}

-We strongly recommend the use of `virtualenv` in conjunction with `pip` to  
allow isolated environments to be set up without Pinax having to hack  
`PYTHONPATH`.
\ No newline at end of file
+We strongly recommend the use of `virtualenv` in conjunction with `pip` to  
allow isolated environments to be set up without Pinax having to hack  
`PYTHONPATH`.
+
+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
+    python pinax-boot.py pinax-env
+}}}
\ No newline at end of file

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to