Skip to content

Commit 64e2341

Browse files
committed
Add pyenv global step
1 parent 8262502 commit 64e2341

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,12 @@ Try the following command instead (again, filling in the specific version you're
283283
CFLAGS=-I/usr/include/openssl LDFLAGS=-L/usr/lib pyenv install 3.7.1
284284
```
285285

286+
Next we'll set this verison as the default global version of Python:
287+
288+
```bash
289+
pyenv global 3.7.1
290+
```
291+
286292
To check that you'll be able to install new Python packages using pip, run:
287293

288294
```bash

0 commit comments

Comments
 (0)