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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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 always installing 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