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
本文共 212 字,大约阅读时间需要 1 分钟。
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