nabla-c0d3 / nassl

Experimental OpenSSL wrapper for Python 3.8+ and SSLyze.
GNU Affero General Public License v3.0
39 stars 35 forks source link

Changing hard-coded python location #38

Closed jsf9k closed 6 years ago

jsf9k commented 6 years ago

Changing hard-coded #!/usr/bin/python to #!/usr/bin/env python.

I was having problems getting build_from_scratch.py to run on my local system because I'm using pyenv, and hence my python executable isn't located at /usr/bin/python.

jsf9k commented 6 years ago

@nabla-c0d3, it looks like the same two tests that I identified as failing in #35 are also causing TravisCI to fail here.