My Python Setup
The Python programming language is, I think, a fantastic tool. But there is two fucking thing that really makes me sad: packaging and dependency management. Today, my Linux distribution, Arch, decide that it was OK to migrate python 3.8. And it broke tons of shit on my machine. So I took a moment to re-install and harden stuff so that it doesn’t happen again. Pyenv To Have Multiple Version I use Pyenv with the plugin to handle virtualenv. I use to rely on pew. But pew rely on the system Python. So today I couldn’t use my virtualenv… pew is a great tool but I don’t know why it use a fork of pythonz to handle version management. Latest version that you can install with pew is 3.5. 3.5 was release in 2015 ...