Skip to content

Commit 92dd917

Browse files
committed
Use "local" channel instead of absolute path
1 parent 7cc08a7 commit 92dd917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ important:
138138

139139
.. code-block::
140140
141-
conda create -n my-new-env -c "C:\Users\User\miniforge3\conda-build" my-package
141+
conda create -n my-new-env -c local my-package
142142
143143
If you installed from a different distribution than ``miniforge`` or to a
144144
different path, you'll need to alter this path.

0 commit comments

Comments
 (0)