Skip to content

Commit 71fcdc7

Browse files
authored
docs: global_options.rst: ./.venv or ./venv (#192)
1 parent 43cc75b commit 71fcdc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/global_options.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ You can configure poe to use a specific executor by setting
8484

8585
- **auto**: to automatically use the most appropriate of the following executors in order
8686
- **poetry**: to run tasks in the poetry managed environment
87-
- **virtualenv**: to run tasks in the indicated virtualenv (or else "./.venv" if present)
87+
- **virtualenv**: to run tasks in the indicated virtualenv (or else "./.venv" or "./venv" if present)
8888
- **simple**: to run tasks without doing any specific environment setup
8989

9090
The default behaviour is **auto**.
9191

92-
For example the following configuration will cause poe to ignore the poetry environment
92+
For example, the following configuration will cause poe to ignore the poetry environment
9393
(if present), and instead use the virtualenv at the given location relative to the
9494
parent directory.
9595

0 commit comments

Comments
 (0)