How to resolve “.venv/bin/activate” is not executable by this user

Resolve .venv/bin/activate” is not executable by this userThe actual command to activate virtual environment is “source venv/bin/activate” or ” . venv/bin/activate“, but a user may get confused in the case of a hidden directory.I think it would be better if you see some of the example to clear your concept

Source: LXer – How to resolve “.venv/bin/activate” is not executable by this user