Removed the extra second source activate command for conda
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 @@
 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.