Browse Source

Merge tag '1.3.2.3' into develop

Fix conda install instructions for 2019 workshop
lon0
Kevin Hallock 6 years ago
parent
commit
aa66582368
  1. 27
      doc/source/tutorials/wrf_workshop_2019.rst

27
doc/source/tutorials/wrf_workshop_2019.rst

@ -146,19 +146,20 @@ Mac and Linux:
2. Follow the instructions. 2. Follow the instructions.
3. At the end of the installation, it will ask if you want to add the 3. At the end of the installation, it will ask if you "wish the installer to
miniconda3 path to your bash environment. If you are unsure what to do, initialize Miniconda3". If you are unsure what to do, you should say "yes".
you should say "yes". If you say "no", we're going to assume you know If you say "no", we're going to assume you know what you are doing.
what you are doing.
If you said "yes", then once you restart your shell, the "base" conda environment
If you said "yes", then once you restart your shell, the miniconda3 Python will be activated by default and the miniconda3 Python will be found instead
will be found instead of the system Python when you type the "python" of the system Python when you type the "python" command. If you want to undo
command. If you want to undo this later, then you can edit this later, then you can run the following "conda" command::
either ~/.bash_profile or ~/.bashrc (depending on OS used) and
comment out the line that looks similar to:: conda config --set auto_activate_base false
# added by Miniconda3 x.x.x installer Note that this will not affect your ability to run "conda" commands, it will just
export PATH="/path/to/miniconda3/bin:$PATH" prevent the miniconda3 Python from overriding any existing Python environments you
may already have on your machine.
4. Restart your command terminal. 4. Restart your command terminal.

Loading…
Cancel
Save