Return-Path: X-Original-To: apmail-climate-commits-archive@minotaur.apache.org Delivered-To: apmail-climate-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2D5FC10277 for ; Fri, 5 Dec 2014 04:59:22 +0000 (UTC) Received: (qmail 76553 invoked by uid 500); 5 Dec 2014 04:59:22 -0000 Delivered-To: apmail-climate-commits-archive@climate.apache.org Received: (qmail 76478 invoked by uid 500); 5 Dec 2014 04:59:22 -0000 Mailing-List: contact commits-help@climate.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@climate.apache.org Delivered-To: mailing list commits@climate.apache.org Received: (qmail 76361 invoked by uid 99); 5 Dec 2014 04:59:21 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2014 04:59:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id BA99CA1DDEE; Fri, 5 Dec 2014 04:59:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lewismc@apache.org To: commits@climate.apache.org Date: Fri, 05 Dec 2014 04:59:24 -0000 Message-Id: In-Reply-To: <3f09ccb94d9e4afdb08d4fb737bcd269@git.apache.org> References: <3f09ccb94d9e4afdb08d4fb737bcd269@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/5] climate git commit: CLIMATE-548 Vagrant references should not exist in easy-ocw ubuntu script CLIMATE-548 Vagrant references should not exist in easy-ocw ubuntu script Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/38278829 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/38278829 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/38278829 Branch: refs/heads/master Commit: 38278829c68cda55583683e587eed322e9f31e65 Parents: 8617af0 Author: Lewis John McGibbney Authored: Thu Dec 4 20:43:21 2014 -0800 Committer: Lewis John McGibbney Committed: Thu Dec 4 20:43:21 2014 -0800 ---------------------------------------------------------------------- easy-ocw/install-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/38278829/easy-ocw/install-ubuntu.sh ---------------------------------------------------------------------- diff --git a/easy-ocw/install-ubuntu.sh b/easy-ocw/install-ubuntu.sh index f004330..637f0e8 100755 --- a/easy-ocw/install-ubuntu.sh +++ b/easy-ocw/install-ubuntu.sh @@ -190,5 +190,5 @@ pip install -r ocw-pip-dependencies.txt >> install_log # Ensure that the climate code is included in the Python Path header "Updating PYTHONPATH with ocw executables ..." -echo "export PYTHONPATH=${ocw_path}/climate:${ocw_path}/climate/ocw" >> ${HOME}/.bashrc +echo "export PYTHONPATH=${ocw_path}:${ocw_path}/ocw" >> ${HOME}/.bashrc subtask "done"