You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@apache.org by "Akila (JIRA)" <ji...@apache.org> on 2015/08/24 11:54:46 UTC

[jira] [Created] (BUILDS-113) Install Python dependencies on Jenkins machines

Akila created BUILDS-113:
----------------------------

             Summary: Install Python dependencies on Jenkins machines
                 Key: BUILDS-113
                 URL: https://issues.apache.org/jira/browse/BUILDS-113
             Project: Infra Build Platform
          Issue Type: Task
            Reporter: Akila


Hi,

I need Python and  some pip packages on Jenkins machines in order to run integration tests for Apache Stratos project. Following is a script that we use to install those on Ubuntu.

sudo apt-get install -y git python python-pip python-dev gcc zip
sudo pip install paho-mqtt
sudo pip install psutil
sudo pip install pexpect
sudo pip install pycrypto
sudo pip install gitpython
sudo pip install yapsy

Would you be able to install the above packages?

Thanks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)