From 4146f7d718a73bcd4e479abddf32d2f8d3322b3e Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Mon, 13 Feb 2017 10:01:55 +0100 Subject: [PATCH] Bind to 80 columns --- install/from-scratch.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/from-scratch.sh b/install/from-scratch.sh index 7ea5a70..a11a296 100755 --- a/install/from-scratch.sh +++ b/install/from-scratch.sh @@ -45,9 +45,9 @@ fi # 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 -# dependencies are still in the newer version of anaconda. If they are not there -# anymore, you need to pin them if we still need them. Otherwise, remove them -# from here too. +# dependencies are still in the newer version of anaconda. If they are not +# there anymore, you need to pin them if we still need them. Otherwise, remove +# them from here too. echo "[>>] Creating environment ${NAME} for python ${PYTHON_VERSION} with bob dependencies..." ${CONDA} create --copy --yes -n ${NAME} \ -- GitLab