diff --git a/doc/source/user_guide/ug_running.rst b/doc/source/user_guide/ug_running.rst index 94faf7a26..13963fb2f 100755 --- a/doc/source/user_guide/ug_running.rst +++ b/doc/source/user_guide/ug_running.rst @@ -359,6 +359,16 @@ On GNU/Linux: # Close and reopen your shell +Note: on some Linux distributions (including Ubuntu and its derivatives), the csh shell that comes with the system is not compatible with conda. +You will need to install the tcsh shell (which is backwards compatible with csh), and configure your system to use tcsh as csh: + +.. code-block:: bash + + # Install tcsh + sudo apt-get install tcsh + # Configure your system to use tcsh as csh + sudo update-alternatives --set csh /bin/tcsh + .. _init_shell: Initializing your shell for use with conda