Skip to content

Commit fc17537

Browse files
committed
Removed full path to python3.9
The exact path might vary depending on the system/installation
1 parent 40fad57 commit fc17537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ cd haddock3
6868
We recommend you use Python's native virtual environment to manage the dependencies.
6969

7070
```bash
71-
/usr/local/bin/python3.9 -m venv .venv
71+
python3.9 -m venv .venv
7272
source .venv/bin/activate
7373
```
7474

0 commit comments

Comments
 (0)