Skip to content

Commit

Permalink
Use correct double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
qadzek authored Jan 26, 2025
1 parent 8141d07 commit b82eeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Commands may vary by Linux distro, and whether a `fish` or `zsh` shell is used.
Replace `<python_directory>` with the output of `python3 -c "import os, sys; print(os.path.dirname(sys.executable))"`

```bash
export PATH=$PATH:<python_directory>
export PATH="$PATH:<python_directory>"
```

[Code Quality: Tools and Best Practices]: https://realpython.com/python-code-quality/
Expand Down

0 comments on commit b82eeaf

Please sign in to comment.