For more information, see: https://conda.io/miniconda.html
@ -97,8 +103,8 @@ For more information, see: https://conda.io/miniconda.html
@@ -97,8 +103,8 @@ For more information, see: https://conda.io/miniconda.html
**What is Miniconda?**
If you have used the Anaconda distribution for Python before, then you will be
familiar with Miniconda. The Anaconda Python distribution includes numerous
If you have used the Anaconda distribution for Python before, then you will
be familiar with Miniconda. The Anaconda Python distribution includes numerous
scientific packages out of the box, which can be difficult for users to build and
install. More importantly, Anaconda includes the conda package manager.
3. At the end of the installation, it will ask if you want to add the
miniconda2 path to your bash environment. If you are unsure what to do,
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 miniconda2 Python
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 Miniconda2 4.1.11 installer
export PATH="/path/to/miniconda2/bin:$PATH"
# added by Miniconda3 x.x.x installer
export PATH="/path/to/miniconda3/bin:$PATH"
4. Restart your command terminal.
@ -223,7 +229,7 @@ Follow the instructions below to create the tutorial_2018 environment.
@@ -223,7 +229,7 @@ Follow the instructions below to create the tutorial_2018 environment.
Type or copy this command in to your command terminal::
Type "y" when prompted. It will take several minutes to install everything.
@ -240,7 +246,7 @@ Follow the instructions below to create the tutorial_2018 environment.
@@ -240,7 +246,7 @@ Follow the instructions below to create the tutorial_2018 environment.
If this is your first install of dbus, automatically load on login with: