Muestra las diferencias entre dos versiones de la página.
| Próxima revisión | Revisión previa | ||
|
wiki2:python:tooling [2022/06/05 07:45] alfred creado |
wiki2:python:tooling [2022/10/28 19:14] (actual) |
||
|---|---|---|---|
| Línea 16: | Línea 16: | ||
| </code> | </code> | ||
| - | It will be located in ''~/.pyenv/bin''. There you can use the most common | + | It will be located in ''~/.pyenv/bin''. |
| + | |||
| + | Now you can use for creating new environments: | ||
| + | <code> | ||
| + | pyenv install 3.7.4 | ||
| + | </code> | ||
| + | * An alternative is [[https://asdf-vm.com/|asdf]]. | ||