Skip to content

Commit 70abd21

Browse files
authored
Minor contributor documentation changes (#2729)
## Changes This PR makes some minor changes to the the contributor documentation: - Hatch/env setup tweak to keep IntelliJ/PyCharm happy. (For some reason if the full path isn't specified IntelliJ can have problems locating the python interpreter for the venv.) - ~Add in the linting step.~
1 parent 2679758 commit 70abd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ make dev
259259

260260
To use different python version, specify it in `HATCH_PYTHON` variable:
261261
```shell
262-
HATCH_PYTHON=python3.10 make clean dev test
262+
HATCH_PYTHON="$(which python3.10)" make clean dev test
263263
```
264264

265265
Configure your IDE to use `.venv/bin/python` from the virtual environment when developing the project:

0 commit comments

Comments
 (0)