Commit 9c89da27 authored by Kurt B. Kaiser's avatar Kurt B. Kaiser

Merge from DS_RPC_BRANCH

Modified Files:
 	INSTALL.txt
parent a39a445c
......@@ -45,12 +45,12 @@ step on "official" idle.
# 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 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
itself).
itself). (Replace X.X with the correct version for your Python.)
# exit from root
......
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