canmove, Confirmed users
1,511
edits
(remove config::general) |
|||
| Line 9: | Line 9: | ||
== Install python == | == Install python == | ||
http://wiki.mozilla.org/ReferencePlatforms/Linux#Build_Python_2.5 | http://wiki.mozilla.org/ReferencePlatforms/Linux#Build_Python_2.5 | ||
== Initial Setup Steps == | == Initial Setup Steps == | ||
| Line 75: | Line 63: | ||
Add the appropriate paths to the Buildbot user's .bash_profile | Add the appropriate paths to the Buildbot user's .bash_profile | ||
echo 'export PYTHONHOME="/tools/python"' >> ~ | echo 'export PYTHONHOME="/tools/python"' >> ~/.bash_profile | ||
echo 'export PYTHONPATH="/tools/buildbot/lib/python2.5/site-packages:/tools/twisted/lib/python2.5/site-packages:/tools/twisted-corelib/python2.5/site-packages/:/tools/zope-interface/lib/python2.5/site-packages/"' >> ~ | echo 'export PYTHONPATH="/tools/buildbot/lib/python2.5/site-packages:/tools/twisted/lib/python2.5/site-packages:/tools/twisted-corelib/python2.5/site-packages/:/tools/zope-interface/lib/python2.5/site-packages/"' >> ~/.bash_profile | ||
echo 'export PATH="/opt/local/bin:/tools/buildbot/bin:/tools/twisted/bin:/tools/twisted-core/bin:$PYTHONHOME/bin:$PATH"' >> ~ | echo 'export PATH="/opt/local/bin:/tools/buildbot/bin:/tools/twisted/bin:/tools/twisted-core/bin:$PYTHONHOME/bin:$PATH"' >> ~/.bash_profile | ||
== Notes about Centos5 == | == Notes about Centos5 == | ||