I\'ve written a simple web scraper for a comic website. I\'m running it on Ubuntu (Linux ubuntu 4.18.0-16-generic #17~18.04.1-Ubuntu) but when I execute the scr
Linux ubuntu 4.18.0-16-generic #17~18.04.1-Ubuntu
I am pretty sure you are missing a shebang at the beginning of your file, for example
#!/usr/bin/env python3 #!/usr/bin/env python2