eolas/zk/Switch_between_Python_vers.md
2024-02-17 13:27:49 +00:00

9 lines
90 B
Markdown

---
tags: [python]
---
# Switch between Python versions locally
```
pyenv local 3.8
```