added Python tips

This commit is contained in:
ahrenholz 2011-06-15 22:13:23 +00:00
parent 9d345358de
commit 87717d0da5

View file

@ -9,6 +9,14 @@ tips for CORE that are not OS-specific
* the periodic Widgets may consume a lot of CPU cycles, pay attention to the CPU usage in the bottom right of the GUI, especially when running on VMware * the periodic Widgets may consume a lot of CPU cycles, pay attention to the CPU usage in the bottom right of the GUI, especially when running on VMware
== Python tips ==
To run CORE from your home directory:
# mkdir ~/mycore
# when building CORE, use `DESTDIR=~/mycore make install`
# run cored.py or your Python script with: `PATH=~/mycore/usr/local/sbin:$PATH PYTHONPATH=~/mycore/usr/local/lib/python2.6/dist-packages/ python ~/mycore/usr/local/sbin/cored.py`
= FreeBSD tips = = FreeBSD tips =
tips for FreeBSD tips for FreeBSD