Repository: climate Updated Branches: refs/heads/CLIMATE-451 7ccd34b83 -> 98e3cb5f5
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/CLIMATE-451 Commit: b8dda5f7a8c41143a48f2f9fba1f511898c823db Parents: 7ccd34b Author: cgoodale <[email protected]> Authored: Wed Jun 4 12:37:37 2014 -0700 Committer: cgoodale <[email protected]> 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.
