mirror of
https://github.com/python/cpython.git
synced 2025-11-14 07:49:28 +00:00
Merge from DS_RPC_BRANCH
Modified Files: INSTALL.txt
This commit is contained in:
parent
a39a445c9b
commit
9c89da277d
1 changed files with 2 additions and 2 deletions
|
|
@ -45,12 +45,12 @@ step on "official" idle.
|
||||||
|
|
||||||
# python setup.py install
|
# python setup.py install
|
||||||
|
|
||||||
# echo "idle" > /usr/local/lib/pythonX.X/site-packages.pth
|
# echo idlelib >> /usr/local/lib/pythonX.X/site-packages/site-packages.pth
|
||||||
|
|
||||||
This last is necessary so idle can find itself. I hope we can create/append
|
This last is necessary so idle can find itself. I hope we can create/append
|
||||||
this file via setup.py at some point, but it needs to be done manually now, and
|
this file via setup.py at some point, but it needs to be done manually now, and
|
||||||
it only needs to be done once (unless you totally remove and reinstall python
|
it only needs to be done once (unless you totally remove and reinstall python
|
||||||
itself).
|
itself). (Replace X.X with the correct version for your Python.)
|
||||||
|
|
||||||
# exit from root
|
# exit from root
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue