eolas/zk/Switch_between_Python_vers.md
2024-02-16 15:19:05 +00:00

11 lines
128 B
Markdown

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