Skip to content

Commit 018cbb5

Browse files
committed
dos: correct venv activation path in docs
Fix incorrect path in virtual environment activation command (.venv/bin.activate -> .venv/bin/activate)
1 parent d6812b2 commit 018cbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developing-locust.rst

Lines changed: 1 addition & 1 deletion
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)