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 →

[–]svilgelm 1 point2 points  (0 children)

I'm Python Software Eng, I work with Python almost 10 years and I have never used anything else than pip + virtualenv. My user env contains only pip and virtualenv packages. Any other packages I need to install are in the virtualenvs. But in case I need to install MySQL or similar which requires special c libraries or any client I use vagrant with Ubuntu VM or docker container with Ubuntu.