summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-04-29 13:32:15 -0400
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-04-29 13:32:15 -0400
commit033c0a19c872390b9ef85b57e6b1b54dacd18dba (patch)
treebb903512af929751bcc611dd23dec7bf9ad391ea
parente5444af336caaa75e62eeb21701e1a43a1eb88f6 (diff)
parent0fed12d61d03aba623e0ca74a2c765df41d2ffea (diff)
downloadastroconda-033c0a19c872390b9ef85b57e6b1b54dacd18dba.tar.gz
Merge pull request #1 from josePhoenix/patch-1
Mention login shells in installation.rst
-rw-r--r--source/installation.rst6
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
===============