diff options
| author | Bernat Gabor <bgabor8@bloomberg.net> | 2020-01-10 10:50:45 +0000 |
|---|---|---|
| committer | Bernat Gabor <bgabor8@bloomberg.net> | 2020-01-10 15:38:39 +0000 |
| commit | 80673f009f4d152e89aba2067a0fdc7d7c105787 (patch) | |
| tree | f31b74174110c717db16b39f629532f974a37278 /src/virtualenv/run/plugin | |
| parent | 5f3580ee96ad948e5f4c66fc8358d0b81903da57 (diff) | |
| download | virtualenv-80673f009f4d152e89aba2067a0fdc7d7c105787.tar.gz | |
cleanup env-vars and use venv as default dest dir instead of env
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
Diffstat (limited to 'src/virtualenv/run/plugin')
| -rw-r--r-- | src/virtualenv/run/plugin/activators.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/virtualenv/run/plugin/activators.py b/src/virtualenv/run/plugin/activators.py index 8cd217f..56ee316 100644 --- a/src/virtualenv/run/plugin/activators.py +++ b/src/virtualenv/run/plugin/activators.py @@ -19,7 +19,7 @@ class ActivationSelector(ComponentBuilder): default=self.default, metavar="comma_separated_list", required=False, - help="activators to generate together with virtual environment - default is all available and compatible", + help="activators to generate - default is all supported", type=self._extract_activators, ) |
