sudo pacman -Sp ython2-pyinotify
sudo python2 -m pyinotify -rv /my-dir-to-watch
OR
git clone https://github.com/seb-m/pyinotify
sudo pythonXXX setup.py install
sudo pacman -Sp ython2-pyinotify
sudo python2 -m pyinotify -rv /my-dir-to-watch
OR
git clone https://github.com/seb-m/pyinotify
sudo pythonXXX setup.py install
转载于:https://www.cnblogs.com/aGreatMan/p/7595917.html