conda-forge / miniforge

A conda-forge distribution.
https://conda-forge.org/miniforge
Other
5.75k stars 305 forks source link

Support for conda develop in Miniforge or Workaround? #564

Closed lumoe closed 4 months ago

lumoe commented 4 months ago

Comment:

I am using Miniforge for environment management and noticed it lacks the conda develop command, essential for adding local source folders to the Python path for development. This feature is detailed in the Conda documentation but seems to be missing in Miniforge.

  1. Are there plans to include conda develop in Miniforge?
  2. Can you recommend any workarounds to mimic conda develop's functionality within Miniforge environments?

Thank you for your support and of course for developing Miniforge.

hmaarrfk commented 4 months ago

We are trying to keep the installaers pretty minimal.

"Allowing you to run the conda command" is the mission

mamba install conda-build

??? does that install the required packages?

lumoe commented 4 months ago

Worked like a charm!!

Thank you for the incredibly quick response!