Commit 71fcdc7 1 parent 43cc75b commit 71fcdc7 Copy full SHA for 71fcdc7
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,12 +84,12 @@ You can configure poe to use a specific executor by setting
84
84
85
85
- **auto **: to automatically use the most appropriate of the following executors in order
86
86
- **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)
88
88
- **simple **: to run tasks without doing any specific environment setup
89
89
90
90
The default behaviour is **auto **.
91
91
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
93
93
(if present), and instead use the virtualenv at the given location relative to the
94
94
parent directory.
95
95
You can’t perform that action at this time.
0 commit comments