Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

Ticket #1739: InstallRoot-patch.txt

File InstallRoot-patch.txt, 552 bytes (added by randomandy, 4 years ago)

Hopefully I did this diff right

Line 
1--- InstallNonRoot.txt~ 2008-03-10 07:23:20.000000000 -0700
2+++ InstallNonRoot.txt  2008-03-10 07:24:52.000000000 -0700
3@@ -65,7 +65,7 @@
4 #. Install TurboGears by downloading [1]_ and running `tgsetup.py`_::
5 
6         $ wget http://turbogears.org/download/tgsetup.py
7-        $ python tgsetup.py --install-scripts=</path/to/new/environment>/bin/
8+        $ python tgsetup.py --script-dir=</path/to/new/environment>/bin/
9 
10 .. _virtualenv: http://cheeseshop.python.org/pypi/virtualenv
11 .. _tgsetup.py: http://turbogears.org/download/tgsetup.py