Just some stuff about me.
Here's my dotfiles repository.
What links here:
Honestly the fact that I have to write this is a testament to how fucked the Python ecosystem is right now.
What do I use? pipx for CLI apps, virtualenv + virtualenvwrapper for virtual environments, pip freeze > requirements.txt && pip install -r requirements.txt
for dependency management, pyenv to manage python versions.