Skip to content

Commit

Permalink
docs: global_options.rst: ./.venv or ./venv (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 27, 2023
1 parent 43cc75b commit 71fcdc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/global_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ You can configure poe to use a specific executor by setting

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

The default behaviour is **auto**.

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

Expand Down

0 comments on commit 71fcdc7

Please sign in to comment.