python: switch between local versions

This commit is contained in:
thomasabishop 2023-09-04 08:13:48 +01:00
parent e961306a25
commit 865db12703

View file

@ -0,0 +1,11 @@
---
categories:
- Programming Languages
tags: [python]
---
# Switch between Python versions locally
```
pyenv local 3.8
```