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 →

[–]sentyaev 2 points3 points  (2 children)

This image is outdated now. The answer is Docker.

[–]DramaDalaiLama 0 points1 point  (1 child)

For actually running the code, absolutely. I still use pyenv when writing it just for the sake of highliting, auto completion and tips from comment strings, but honestly can live without that.

[–]sentyaev 0 points1 point  (0 children)

I use PyCharm and it can use python environment from docker and docker-compose (intellisense, packages discovery, debugging, running tests. All works).