use pkill, with the -f option.
pkill -f python
If you don’t have pkill pre-installed (some osx’s don’t…), try proctools.
use pkill, with the -f option.
pkill -f python
If you don’t have pkill pre-installed (some osx’s don’t…), try proctools.