You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by go...@apache.org on 2014/06/05 00:36:29 UTC

[3/5] git commit: Removed the extra second source activate command for conda

Removed the extra second source activate command for conda


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/b8dda5f7
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/b8dda5f7
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/b8dda5f7

Branch: refs/heads/master
Commit: b8dda5f7a8c41143a48f2f9fba1f511898c823db
Parents: 7ccd34b
Author: cgoodale <si...@gmail.com>
Authored: Wed Jun 4 12:37:37 2014 -0700
Committer: cgoodale <si...@gmail.com>
Committed: Wed Jun 4 12:37:37 2014 -0700

----------------------------------------------------------------------
 easy-ocw/install-osx.sh | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/b8dda5f7/easy-ocw/install-osx.sh
----------------------------------------------------------------------
diff --git a/easy-ocw/install-osx.sh b/easy-ocw/install-osx.sh
index e9419a9..c3ddddc 100755
--- a/easy-ocw/install-osx.sh
+++ b/easy-ocw/install-osx.sh
@@ -149,9 +149,6 @@ conda init >> install_log
 header "Installing dependencies with conda ..."
 echo | conda install --file ocw-conda-dependencies.txt
 
-# Before installing packages with pip we need to activate the virtualenv with conda
-source ~/ocw/bin/activate ~/ocw >> install_log
-
 # We only use conda for the annoying dependencies like numpy,
 # scipy, matplotlib, and basemap. For everything else, we stick
 # with pip.