Commit 76834a1a authored by Georg Brandl's avatar Georg Brandl

Fix merging mistake: wrong Python version.

parent 15d9fe7e
...@@ -252,7 +252,7 @@ of your user site-packages directory. Start Python and run this code: ...@@ -252,7 +252,7 @@ of your user site-packages directory. Start Python and run this code:
>>> import site >>> import site
>>> site.getusersitepackages() >>> site.getusersitepackages()
'/home/user/.local/lib/python3.2/site-packages' '/home/user/.local/lib/python2.7/site-packages'
Now you can create a file named :file:`usercustomize.py` in that directory and Now you can create a file named :file:`usercustomize.py` in that directory and
put anything you want in it. It will affect every invocation of Python, unless put anything you want in it. It will affect every invocation of Python, unless
......
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