Skip to content

Commit d01765d

Browse files
authored
Merge pull request #3058 from n0h0/fix-venv-bin-activate
dos: correct venv activation path in docs
2 parents d6812b2 + 018cbb5 commit d01765d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/developing-locust.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Fork Locust on `GitHub <https://github.com/locustio/locust/>`_ and then
2020
2121
# [optional] create a virtual environment and activate it
2222
$ uv venv
23-
$ . .venv/bin.activate
23+
$ . .venv/bin/activate
2424
2525
# perform an editable install of the "locust" package along with the dev and test packages:
2626
$ uv sync

0 commit comments

Comments
 (0)