Added pyenv shell cmd

This commit is contained in:
Brandon Rozek 2020-01-21 00:39:33 -05:00
parent 0cb37f3df0
commit f7fcb08e62

View file

@ -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