all
I have a question about an format that to run shell script I encounter this problem is that I setup a virtual environment
But when I type
. venv/bin/activate
The code has no problem and run it successfully.But I know the other way to run it using
./venv/bin/activate
the bash prompt an error saying I don't have permission to do that.
I don't know what's the difference between them, any help would be appreciate