You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sets the PATH only for the current session, not
63
-
permanently. Trying to use conda when conda is not in your
64
-
PATH causes errors such as "command not found."
65
-
66
-
In each new bash session, before using conda, set the PATH and
67
-
run the activation scripts of your conda packages by running::
68
-
69
-
source $HOME/miniconda/bin/activate
61
+
The installer prompts “Do you wish the installer to initialize Miniconda3 by running conda init?” We recommend “yes”.
70
62
71
63
.. note::
72
-
Replace ``$HOME/miniconda/bin/activate``
73
-
with the path to the activate script in your conda installation.
74
-
75
-
To set the PATH permanently, you can add a line to your
76
-
``.bashrc`` file. However, this makes it possible to use conda
77
-
without running the activation scripts of your conda packages,
78
-
which may produce errors.
79
-
80
-
EXAMPLE::
81
-
82
-
export PATH="$HOME/miniconda/bin:$PATH"
83
-
64
+
If you enter “no”, then conda will not modify your shell scripts at all. In order to initialize after the installation process is done, first run source <path to conda>/bin/activate and then run conda init.
0 commit comments