Hacker News new | ask | show | jobs
by xapata 2214 days ago
> [Pipenv] loads packages from PyPI so it does not suffer from the same problem as Conda does.

False. Conda manages packages installed from PyPI. This is discussed under the Conda section, so I'm surprised the quoted line wound up in the article.

1 comments

Hey xapata, thanks for pointing this out.

Any chance you could give me some reference so I can fix it in the original article?

https://docs.conda.io/projects/conda/en/latest/user-guide/ta...

Basically, use Conda to manage environments, use Pip to install packages. If you're using Conda to install anything, do that first.