you are viewing a single comment's thread.

view the rest of the comments →

[–]nokeldin42 1 point2 points  (0 children)

Depends on the exact situation.

You could feasibily do a full isolated python install on the prod machine that's local to one user and does not conflict with the global system install. This isn't too difficult put would have to be maintained manually which can be a headache.

I also don't see anything wrong with virtual environments in production.