Skip to content

Instantly share code, notes, and snippets.

@syakesaba
Forked from jfhbrook/pywhich
Created May 7, 2017 08:43
Show Gist options
  • Save syakesaba/fe402185c81b99c7664554782e64b0fa to your computer and use it in GitHub Desktop.
Save syakesaba/fe402185c81b99c7664554782e64b0fa to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
from importlib import __import__
import sys
print(__import__(sys.argv[1]).__file__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment