Return-Path: X-Original-To: apmail-builds-archive@minotaur.apache.org Delivered-To: apmail-builds-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 28817107B0 for ; Mon, 26 Jan 2015 00:24:33 +0000 (UTC) Received: (qmail 29482 invoked by uid 500); 26 Jan 2015 00:24:33 -0000 Delivered-To: apmail-builds-archive@apache.org Received: (qmail 29418 invoked by uid 500); 26 Jan 2015 00:24:33 -0000 Mailing-List: contact builds-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@apache.org Delivered-To: mailing list builds@apache.org Received: (qmail 29406 invoked by uid 99); 26 Jan 2015 00:24:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jan 2015 00:24:32 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10 tests=AC_DIV_BONANZA,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lewis.mcgibbney@gmail.com designates 209.85.213.169 as permitted sender) Received: from [209.85.213.169] (HELO mail-ig0-f169.google.com) (209.85.213.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jan 2015 00:24:27 +0000 Received: by mail-ig0-f169.google.com with SMTP id hl2so1302173igb.0 for ; Sun, 25 Jan 2015 16:22:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=HzC8Cp6pLwtCBoQx7aFFl7K/TfbgrCbK8lTc2KajDxM=; b=HwubaR7wiUiq43Xr959XZ90dbsqGaFN9GyxcVAtsUbeIhT/mpNCucaGyR60VdG00ZY pR+LLd9Mhtr/WzjD7qqE6lJVT1ufD5pqsjGKqma9t7qeUXjUIhtFfFa7um/VhzRd1nLl FEGZpLooC+2keypx9AyQUIdbrkhrPik1noqA/8cc+XaSyNEaEXdfoCCom2mGomClH+DN ixfCY6AeGnEM5ioR5DZgWglF5WgCnFo0Wo4HlYyWIzFKhqA9H713GXZkVlF/CKM0Vjsu yMWQrxzZctiZa4GldLoaYQ1NdVo8a0yY+h4BzemCnfr7M5VlzydUoBCy2nQD95fQmdWn qoKw== MIME-Version: 1.0 X-Received: by 10.50.137.99 with SMTP id qh3mr13789604igb.7.1422231756434; Sun, 25 Jan 2015 16:22:36 -0800 (PST) Received: by 10.36.105.204 with HTTP; Sun, 25 Jan 2015 16:22:36 -0800 (PST) Date: Sun, 25 Jan 2015 16:22:36 -0800 Message-ID: Subject: Installing virtualenv to build slaves From: Lewis John Mcgibbney To: "builds@apache.org" Content-Type: multipart/alternative; boundary=001a11c3bcbca174aa050d83224a X-Virus-Checked: Checked by ClamAV on apache.org --001a11c3bcbca174aa050d83224a Content-Type: text/plain; charset=UTF-8 Hi builds@, I'm attempting to configure a new Jenkins Job for Apache Open Climate Workbench master branch [0]. I am trying to achieve a number of tasks as part of the build namely; * test the installation procedure so we can verify it is working smoothly * run some unit tests * build the documentation and make this available It is a Python codebase and in order to do the above I need to install a dependency trail using pip, easy_install, etc. I've tried using pip to install virtualenv however I am running in to permission issues. Can someone advise on how other Python projects are working these challenges and how I can configure the build properly? Thanks in advance for any info. Lewis [0] https://builds.apache.org/view/A-D/view/Climate/job/climate_master_build/ -- *Lewis* --001a11c3bcbca174aa050d83224a--