Open StefanoFormicola opened 1 year ago
Have you given yourself execute permissions? If not, you can use
chmod u+x $filepath
Pretty sure I had this issue and resolved it that way :)
It worked! I forgot about that, if anyone needs the exact copy and past command used I have left it below:
chmod +x ./src/map.py
When I run Task 1: Map with the following command:
$ ./src/map.py --input_path=/data/Twitter\ dataset/geoTwitter20-02-16.zip
I get the following output:
-bash: ./src/map.py: Permission denied
Is anyone else getting this/knows how to fix it?