slackbuilds_ponce/python/shutil_which/README
Benjamin Trigona-Harany a9ab18d2b8 python/shutil_which: Added (find path of executable).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-05-27 07:31:04 +07:00

2 lines
147 B
Text

A backport of the which function from Python 3.3's shutil. which returns the
path to an executable which would be run if the given cmd was called.