onlyfans-dl-2 icon indicating copy to clipboard operation
onlyfans-dl-2 copied to clipboard

Update python shebang compatibility

Open sxppro opened this issue 2 years ago • 0 comments

I had some issues with the requests package producing ModuleNotFoundError even though I had installed it. Since I'm using a conda virtual environment, it changes the python path and the current shebang points to the default system python path so any packages I install in a virtual environment aren't located.

I suggest you change it to #!/usr/bin/env python3 instead.

sxppro avatar Nov 24 '22 11:11 sxppro