Skip to content
Snippets Groups Projects
Commit 4146f7d7 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Bind to 80 columns

parent 85fb43f4
No related branches found
No related tags found
1 merge request!44Update to anaconda 4.3.0, remove virtualenv
...@@ -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} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment