We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af43c1 commit 3015060Copy full SHA for 3015060
src/maintainer/knowledge_base.rst
@@ -133,16 +133,13 @@ a workaround for now.
133
Testing a local build
134
^^^^^^^^^^^^^^^^^^^^^
135
136
-Using a local channel looks a bit different in Windows, too. The quotes are
137
-important:
+Because we're using ``conda-build`` directly instead of ``build-locally.py``,
+we can use the ``local`` channel:
138
139
.. code-block::
140
141
conda create -n my-new-env -c local my-package
142
143
-If you installed from a different distribution than ``miniforge`` or to a
144
-different path, you'll need to alter this path.
145
-
146
147
Notes on native code
148
--------------------
0 commit comments