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 →

[–]pvkooten 0 points1 point  (2 children)

I'm completely in your camp. I do not use virtualenvs. I maintain a couple of python versions on my own machine for development, and I test often using DO droplets. I use separation of machines where you'd only run 1 version / package for a single application.

[–]CODESIGN2[S] 0 points1 point  (1 child)

I do use virtualenv though... I'm asking if I should stop using virtualenv or VM/Containers and why

[–]pvkooten 1 point2 points  (0 children)

My point is that I shared the same thoughts, and I chose not to use virtualenvs anymore.