[Python-checkins] cpython (2.7): Issue #19897: Use python as executable instead of python3.

berker.peksag python-checkins at python.org
Thu Jun 26 22:30:05 CEST 2014


http://hg.python.org/cpython/rev/eb0921b2100b
changeset:   91431:eb0921b2100b
branch:      2.7
parent:      91425:07eb04003839
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Thu Jun 26 23:27:26 2014 +0300
summary:
  Issue #19897: Use python as executable instead of python3.

files:
  Doc/library/site.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/site.rst b/Doc/library/site.rst
--- a/Doc/library/site.rst
+++ b/Doc/library/site.rst
@@ -185,8 +185,8 @@
 
 .. code-block:: sh
 
-   $ python3 -m site --user-site
-   /home/user/.local/lib/python3.3/site-packages
+   $ python -m site --user-site
+   /home/user/.local/lib/python2.7/site-packages
 
 .. program:: site
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list