eolas/zk/Switch_between_Python_vers.md

12 lines
128 B
Markdown
Raw Normal View History

2023-09-04 08:13:48 +01:00
---
categories:
- Programming Languages
tags: [python]
---
# Switch between Python versions locally
```
pyenv local 3.8
```