Technologicat / pyan

Static call graph generator. The official Python 3 version. Development repo.
GNU General Public License v2.0
324 stars 57 forks source link

Fix hashbang in pyan3 script #11

Closed Technologicat closed 3 years ago

Technologicat commented 5 years ago

Currently hardcoded to #!/usr/bin/python3. Should be #!/usr/bin/env python3 to ask the OS for the currently active Python.

Technologicat commented 3 years ago

PyPI package pyan3 updated. This should be resolved in the new 1.1.1.