diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-04-29 13:32:15 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-04-29 13:32:15 -0400 |
commit | 033c0a19c872390b9ef85b57e6b1b54dacd18dba (patch) | |
tree | bb903512af929751bcc611dd23dec7bf9ad391ea /source | |
parent | e5444af336caaa75e62eeb21701e1a43a1eb88f6 (diff) | |
parent | 0fed12d61d03aba623e0ca74a2c765df41d2ffea (diff) | |
download | astroconda-033c0a19c872390b9ef85b57e6b1b54dacd18dba.tar.gz |
Merge pull request #1 from josePhoenix/patch-1
Mention login shells in installation.rst
Diffstat (limited to 'source')
-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 =============== |