Skip to content

Commit 2e53ef9

Browse files
authored
Merge branch 'main' into fix/heading-overflow-in-small-screens
2 parents 19fcefb + 17b2d7d commit 2e53ef9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ else fails, try removing the virtual environment and reinstalling:
113113
```
114114
pipenv install --dev
115115
```
116+
- If there's no Python 3.11 on your system (or if pipenv can't find it),
117+
you may need to specify the Python location. For example:
118+
```
119+
pipenv install --dev --python /opt/homebrew/bin/python3.11
120+
```
116121
117122
[pipenverror]: https://github.com/pypa/pipenv/issues/1918
118123

0 commit comments

Comments
 (0)