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
I just saw that there's a package for Make on conda-forge, and it seems to include Windows builds. Has any tried this? https://anaconda.org/conda-forge/make/
I just tested this and it works, but with one slightly annoying caveat. Let's say I use conda to manage my virtual environments. Once I activate my project environment, I have to reinstall make into that environment as well since it is just in the base environment:
> conda install -c conda-forge make # installs into base
> ccds
... # setup project
> make create_environment
> conda activate project
> make requirements
'make' is not recognized as an internal or external command, operable program or batch file.
It'll probably take some thought here to figure out a good workflow to recommend for conda+make.
I think it's plausible that we might be able to recommend a workflow using a global application installer like pixi or condax. We're in a bit of a transitionary period though where pixi is still building out functionality and popularity, and condax is a little unclear its long-term maintenance.
The text was updated successfully, but these errors were encountered:
Originally posted by @jayqi in #333 (comment)
Originally posted by @pjbull in #333 (comment) :
Originally posted by @jayqi in #333 (comment) :
The text was updated successfully, but these errors were encountered: