Open aijanai opened 10 years ago
During python install, after
python setup.py build
1)user should also execute, as root,
python setup.py install
2)PYTHONPATH should be checked, or at least set to properly fetch modules
export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python2.7/dist-packages:.
otherwise, step 5 fails
During python install, after
1)user should also execute, as root,
2)PYTHONPATH should be checked, or at least set to properly fetch modules
otherwise, step 5 fails