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
Copy file name to clipboardExpand all lines: src/user/tipsandtricks.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ and activate the strict channel priority with:
46
46
47
47
$ conda config --set channel_priority strict
48
48
49
-
This will ensure that all the dependencies will come from the ``conda-forge`` channel unless they exist only on ``defaults``.
49
+
This will ensure that all the dependencies come from the ``conda-forge`` channel unless they exist only on ``defaults``.
50
50
51
51
Here is how a ``.condarc`` file would look like:
52
52
@@ -58,7 +58,7 @@ Here is how a ``.condarc`` file would look like:
58
58
- conda-forge
59
59
- defaults
60
60
61
-
In addition to the channel priority, we recommend to always install your packages inside a new environment instead of the root environment from anaconda/miniconda.
61
+
In addition to the channel priority, we recommend always installing your packages inside a new environment instead of the ``base`` environment from anaconda/miniconda.
62
62
Using envs make it easier to debug problems with packages and ensure the stability of your root env.
0 commit comments