this post was submitted on 07 Jun 2024
23 points (100.0% liked)
Linux
5491 readers
923 users here now
A community for everything relating to the linux operating system
Also check out [email protected]
Original icon base courtesy of [email protected] and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think virtualizing the python environment (with
venv
) has become quite common, although my only evidence is that the server I'm using to send this was written in Python and uses one.