From: Berker Peksag Date: Thu, 26 Jun 2014 20:27:26 +0000 (+0300) Subject: Issue #19897: Use python as executable instead of python3. X-Git-Tag: v2.7.8~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e75f527b5a3b3dc63ff55efcf817db95885165bf;p=python Issue #19897: Use python as executable instead of python3. --- diff --git a/Doc/library/site.rst b/Doc/library/site.rst index de3f7517b8..ff7195dc23 100644 --- a/Doc/library/site.rst +++ b/Doc/library/site.rst @@ -185,8 +185,8 @@ command line: .. 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