From 0fed12d61d03aba623e0ca74a2c765df41d2ffea Mon Sep 17 00:00:00 2001 From: Joseph Long Date: Fri, 29 Apr 2016 12:24:28 -0400 Subject: Mention login shells in installation.rst Add a tip for using `bash` instead of `tcsh`. --- source/installation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/installation.rst b/source/installation.rst index 38560c8..d3372b9 100644 --- a/source/installation.rst +++ b/source/installation.rst @@ -17,6 +17,12 @@ the installation medium appropriate for your operating system and architecture. Installation instructions for your platform are also available on the download page. +.. tip:: + + Are you using ``bash`` as your shell? Run ``echo $SHELL`` in a terminal and make sure it says something like ``/bin/bash``. + If it does not, you will have to change your default shell (which is outside the scope of these instructions). + In the meantime, you can start ``bash -l`` from within your terminal to use ``bash`` temporarily to follow these instructions. + Configure Conda =============== -- cgit