====== Tools ====== This is about certain tools I'm going to make [[.:|public]] statements about... Maybe see, e.g., [[.:tool:ansible]]. ===== Sub pages ===== {{namespace>public:tool&firstseconly}} ===== Python environments ===== (For relevance of the following, maybe check against [[https://packaging.python.org/en/latest/key_projects/|packaging key projects]] (packaging.python.org) or even [[https://packaging.python.org/en/latest/guides/tool-recommendations/|packaging guides: tool recommendations]] (same DNS name).) * ''[[https://github.com/pyenv/pyenv|pyenv]]'', for switching python versions via local builds (of cpython). * See [[https://realpython.com/intro-to-pyenv/|Real Python: Managing Multiple Python Versions With pyenv]]. * ''[[https://pipenv.pypa.io/en/latest/|pipenv]]'', "Python Dev Workflow for Humans". * ''conda'' for managing (build? development?) environments generically, but perhaps with python, too, in mind. * See [[https://towardsdatascience.com/a-guide-to-conda-environments-bc6180fc533?gi=4e307733c9a9|The Definitive Guide to Conda Environments]] by Matthew Sarmiento.