You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running on Kali, the only user is root. Thus, every time an venv needs to be activated, the security warning (about weak .venv permissions) is triggered.
How can I disable this behavior ?
Is there any means to disable these security warnings ?
Please provide the following details when opening an issue:
Operating System (uname -a)
Kali 2021.1
zsh version (zsh --version) :
5.8
autoswitch-virtualenv version
echo "$AUTOSWITCH_VERSION"
3.1.1
How is zsh-autoswitch-virtualenv installed?
oh-my-zsh
Steps to reproduce the issue
Install this on a single root user system.
The text was updated successfully, but these errors were encountered:
It would be quite simple to add an option to disable this. I'll try find some time to add it in - but feel free to give it a go if you have the time! Dont think it would be too hard to do :)
Issue Details
When running on Kali, the only user is root. Thus, every time an venv needs to be activated, the security warning (about weak .venv permissions) is triggered.
How can I disable this behavior ?
Is there any means to disable these security warnings ?
Please provide the following details when opening an issue:
Operating System (uname -a)
Kali 2021.1
zsh version (zsh --version) :
5.8
autoswitch-virtualenv version
How is zsh-autoswitch-virtualenv installed?
Steps to reproduce the issue
Install this on a single root user system.
The text was updated successfully, but these errors were encountered: