User:Armenzg:set my environment up: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(New page: These are the steps I will follow every time to set up my working environment: # [https://wiki.mozilla.org/User:Armenzg:scripts#Install_python.2C_zope_and_buildbot Install python, buildbo...)
 
No edit summary
Line 7: Line 7:
<pre>
<pre>
sudo apt-get install konversation
sudo apt-get install konversation
sudo apt-get install vim
sudo apt-get install python-setuptools python-dev build-essential
sudo apt-get install python-setuptools python-dev build-essential
sudo easy_install -U mercurial
sudo easy_install -U mercurial
</pre>
</pre>

Revision as of 14:51, 7 January 2009

These are the steps I will follow every time to set up my working environment:

  1. Install python, buildbot, twisted and zope interface
  2. Install the following packages:
    • Konversation (for IRC conversations)
    • Mercurial
sudo apt-get install konversation
sudo apt-get install vim
sudo apt-get install python-setuptools python-dev build-essential
sudo easy_install -U mercurial