diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-29 15:54:04 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-29 15:54:04 -0400 |
commit | 10e44e793a59606a55ef5e270d4ee41f6afe91e2 (patch) | |
tree | c11da66e2905573360f8b9c28156e39a2e0fd0b0 | |
parent | 418174f1dd2a615503432c9899cbac3cd2687bcb (diff) | |
parent | 033c0a19c872390b9ef85b57e6b1b54dacd18dba (diff) | |
download | astroconda-10e44e793a59606a55ef5e270d4ee41f6afe91e2.tar.gz |
Merge branch 'master' of https://github.com/astroconda/astroconda
-rw-r--r-- | source/installation.rst | 6 |
1 files changed, 6 insertions, 0 deletions
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 =============== |