[Checkins] SVN: bluebream/website/docs/v1.0/ s/python2.6/python

Baiju M baiju.m.mail at gmail.com
Sun Mar 28 03:15:02 EDT 2010


Log message for revision 110262:
  s/python2.6/python
  

Changed:
  U   bluebream/website/docs/v1.0/gettingstarted.rst
  U   bluebream/website/docs/v1.0/tutorial1.rst

-=-
Modified: bluebream/website/docs/v1.0/gettingstarted.rst
===================================================================
--- bluebream/website/docs/v1.0/gettingstarted.rst	2010-03-28 07:09:12 UTC (rev 110261)
+++ bluebream/website/docs/v1.0/gettingstarted.rst	2010-03-28 07:15:02 UTC (rev 110262)
@@ -203,7 +203,7 @@
 itself::
 
   $ cd sampleproject
-  $ python2.6 bootstrap.py
+  $ python bootstrap.py
 
 The bootstrap script will install ``zc.buildout`` and ``setuptools``
 package.  Also, it will create the basic directory structure.

Modified: bluebream/website/docs/v1.0/tutorial1.rst
===================================================================
--- bluebream/website/docs/v1.0/tutorial1.rst	2010-03-28 07:09:12 UTC (rev 110261)
+++ bluebream/website/docs/v1.0/tutorial1.rst	2010-03-28 07:15:02 UTC (rev 110262)
@@ -134,7 +134,7 @@
         Creating ./ticketcollector/var/log/
         Copying README.txt to ./ticketcollector/var/log/README.txt
     Copying versions.cfg to ./ticketcollector/versions.cfg
-  Running /usr/bin/python2.6 setup.py egg_info
+  Running /usr/bin/python setup.py egg_info
 
 As you can see above we have provided most of the project details.
 The values you provided here may be changed later, however changing
@@ -202,7 +202,7 @@
 When you run ``bootstrap.py`` you can see that it creates a few
 directories and the ``bin/buildout`` script as mentioned earlier::
 
-  jack at computer:/projects/ticketcollector$ python2.6 bootstrap.py
+  jack at computer:/projects/ticketcollector$ python bootstrap.py
   Creating directory '/projects/ticketcollector/bin'.
   Creating directory '/projects/ticketcollector/parts'.
   Creating directory '/projects/ticketcollector/develop-eggs'.



More information about the checkins mailing list