python: switch between local versions
This commit is contained in:
parent
e961306a25
commit
865db12703
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python]
|
||||
---
|
||||
|
||||
# Switch between Python versions locally
|
||||
|
||||
```
|
||||
pyenv local 3.8
|
||||
```
|
Loading…
Add table
Reference in a new issue