wish/docs/plugins/pythonvenv.md

15 lines
247 B
Markdown
Raw Normal View History

2023-12-06 14:05:53 +01:00
# Python Virtualenv
Shows the currently active virtualenv. If the venv is `.venv`, it shows the parent directory's name.
## Add to wish
```ini
[plugin]
name = python_venv
```
## Config options
No plugin specific config options are available.