Skip to content

Commit 17b2d7d

Browse files
authored
Merge pull request #834 from Dev-JoyA/adding-documentation-to-readme-file
added additional command to readme file
2 parents bb6809a + 336eafc commit 17b2d7d

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)