Skip to content
Snippets Groups Projects

Update to anaconda 4.3.0, remove virtualenv

Merged Amir MOHAMMADI requested to merge staging into master
+ 3
3
@@ -45,9 +45,9 @@ fi
@@ -45,9 +45,9 @@ fi
# the dependencies that come before anaconda are being pulled and pinned using
# the dependencies that come before anaconda are being pulled and pinned using
# anaconda. When you update to a new version of anaconda make sure the
# anaconda. When you update to a new version of anaconda make sure the
# dependencies are still in the newer version of anaconda. If they are not there
# dependencies are still in the newer version of anaconda. If they are not
# anymore, you need to pin them if we still need them. Otherwise, remove them
# there anymore, you need to pin them if we still need them. Otherwise, remove
# from here too.
# them from here too.
echo "[>>] Creating environment ${NAME} for python ${PYTHON_VERSION} with bob dependencies..."
echo "[>>] Creating environment ${NAME} for python ${PYTHON_VERSION} with bob dependencies..."
${CONDA} create --copy --yes -n ${NAME} \
${CONDA} create --copy --yes -n ${NAME} \
Loading