Ask HN: What is generally accepted as “good” path fwdfor Python environments

by excitednumberon 9/14/2022, 2:57 PMwith 0 comments

There are so many various options.

I know this is throwing in a grenade and walking away but what are most people doing?

Specify github repos within meta.yaml for a conda env? Hosting a local pypi server and intall via pip? Using cloud artifacts and also isntall via pip? Local conda index?

None of the above and something else superior?

0