mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-05-18 19:53:37 +00: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
|
```bash
|
||||||
pyenv global 3.8.1
|
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
|
## Python Virtual Environments
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue