|
|
|
|
|
by redserk
546 days ago
|
|
Some libraries break across different versions of Python for a variety of reasons. Pinning python version with asdf (in conjunction with a venv) gets you reasonably far in ensuring a certain project works across a lot of people in a team. |
|
You activate the venv per project to get out of the global namespace problem.
As python x.nn versions are major with the nn part, it is like trying to mix c11 with c19.... things will break if you don't respect that.