You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, ideally you'd use pipx run findimports or pipx install findimports or pip install --user findimports or some other variation where pip takes care of generating the right shebang.
But sure, #!/usr/bin/env python is fine. Or, maybe better, #!/usr/bin/env python3?
Hey, thanks for developing this package. It just proved really useful for me :-)
BTW, may I suggest you use "#!/usr/bin/env python" in the shebang? I believe it is more portable.
See: https://stackoverflow.com/questions/6908143/should-i-put-shebang-in-python-scripts-and-what-form-should-it-take
All the best,
G.
The text was updated successfully, but these errors were encountered: