|
|
|
|
|
by bvar10
2214 days ago
|
|
Serious question: What is the difference between virtual environments and just having several Python installs like: /home/foo/a/usr/bin/python3
/home/foo/b/usr/bin/python2
Python is so fast to compile and install that I just install as many throwaway Pythons as needed.I do not recall any isolation issues between those installs, unlike with conda or venv, which are both subtly broken on occasion. But I dislike opaque automation in general. |
|
I wouldn't call venv "opaque automation," there's not much magic going on there.