|
|
|
|
|
by JohnFen
1195 days ago
|
|
It strikes me that virtual environments are a fairly ugly hack to smooth over the fact that Python is not a stable language. It changes a lot, requiring the use of particular runtimes for particular Python code, requiring the installation of multiple runtimes. That's a pretty serious downside to the language. Virtual environments are needed to help people deal with that downside. |
|
The normal, permanent, stuff gets installed system wide the normal way, with apt.