Skip to content

Commit

Permalink
Merge branch 'hotfix/1.3.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Hallock committed Jun 12, 2019
2 parents 904abc4 + 750bb11 commit b6311a4
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions doc/source/tutorials/wrf_workshop_2019.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,20 +146,21 @@ Mac and Linux:
2. Follow the instructions.

3. At the end of the installation, it will ask if you want to add the
miniconda3 path to your bash environment. If you are unsure what to do,
you should say "yes". If you say "no", we're going to assume you know
what you are doing.

If you said "yes", then once you restart your shell, the miniconda3 Python
will be found instead of the system Python when you type the "python"
command. If you want to undo this later, then you can edit
either ~/.bash_profile or ~/.bashrc (depending on OS used) and
comment out the line that looks similar to::
# added by Miniconda3 x.x.x installer
export PATH="/path/to/miniconda3/bin:$PATH"
3. At the end of the installation, it will ask if you "wish the installer to
initialize Miniconda3". If you are unsure what to do, you should say "yes".
If you say "no", we're going to assume you know what you are doing.

If you said "yes", then once you restart your shell, the "base" conda environment
will be activated by default and the miniconda3 Python will be found instead
of the system Python when you type the "python" command. If you want to undo
this later, then you can run the following "conda" command::

conda config --set auto_activate_base false

Note that this will not affect your ability to run "conda" commands, it will just
prevent the miniconda3 Python from overriding any existing Python environments you
may already have on your machine.

4. Restart your command terminal.

5. [Linux and Mac Users Only] Miniconda only works with bash. If bash is
Expand Down

0 comments on commit b6311a4

Please sign in to comment.