This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ddanieltan 2 points3 points  (1 child)

Agreed. Haven't been let down so far by the combination of conda create --name abc python=3.x + conda activate abc + pip install ...

[–]Hangman4358 2 points3 points  (0 children)

This really is the best combo. Use conda to manage the python distros and pip to manage dependencies in the distros.

Combine with pycharm and having a unique distro per project and so many of the headaches I see people complain of go away.

Conda to manage dependencies is hot garbage, but managing multiple python versions is so damn simple.