Commit e75f527b authored by Berker Peksag's avatar Berker Peksag

Issue #19897: Use python as executable instead of python3.

parent 38017b36
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment