1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-04 07:47:45 +02:00

python: add pyenv and pipenv guide

This commit is contained in:
TiynGER 2021-04-24 19:42:54 +02:00
parent 0dc0507561
commit ee0ec63f69

View File

@ -20,6 +20,7 @@ You can then set and install your preferred version of python globally with
`pyenv install <version>` and `pyenv global <version>`.
Analog to managing python versions, `pipenv` can manage pip and package versions.
A guide and description of the usage can be found on [gioele.io](https://gioele.io/pyenv-pipenv).
### Avoid Errors in Vim