You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Geoffrey Corey (JIRA)" <ji...@apache.org> on 2015/10/02 12:29:26 UTC

[jira] [Resolved] (INFRA-10351) Install Python dependencies on Jenkins machines

     [ https://issues.apache.org/jira/browse/INFRA-10351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Geoffrey Corey resolved INFRA-10351.
------------------------------------
    Resolution: Duplicate

> Install Python dependencies on Jenkins machines
> -----------------------------------------------
>
>                 Key: INFRA-10351
>                 URL: https://issues.apache.org/jira/browse/INFRA-10351
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>            Reporter: Akila
>            Assignee: Geoffrey Corey
>
> 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)