Hacker News new | ask | show | jobs
Ask HN: What is generally accepted as “good” path fwdfor Python environments
1 points by excitednumber 1380 days ago
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?