mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Added pyenv shell cmd
This commit is contained in:
parent
0cb37f3df0
commit
f7fcb08e62
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ This will then create a file called `.python-version` which contains the text `3
|
|||
```bash
|
||||
pyenv global 3.8.1
|
||||
```
|
||||
Finally, if you only want to specify a python version for the current shell.
|
||||
```bash
|
||||
pyenv shell 3.8.1
|
||||
```
|
||||
|
||||
## Python Virtual Environments
|
||||
|
||||
|
|
Loading…
Reference in a new issue