Hacker News new | ask | show | jobs
by bocklund 3154 days ago
How do you develop new packages? I think conda-build develop is not maintained
1 comments

the develop command in conda-build is indeed not really kept up. From https://github.com/conda/conda-build/issues/1992#issuecommen... :

Instead, I recommend creating whatever environment you want, activating it, and then running python setup.py develop or pip install -e . so that your package is installed in develop mode in that environment.