Differences
This shows you the differences between two versions of the page.
Both sides previous revision
Previous revision
|
|
public:tool [2022/10/11 03:54] canvon [Python environments] Also link to packaging guides: tool recommendations |
public:tool [2022/10/11 04:11] (current) canvon [Python environments] For pyenv, link to realpython.com's intro to pyenv |
| |
* ''[[https://github.com/pyenv/pyenv|pyenv]]'', for switching python versions via local builds (of cpython). | * ''[[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". | * ''[[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. | * ''conda'' for managing (build? development?) environments generically, but perhaps with python, too, in mind. |