Some distributions have a default distutils prefix which is not in sys.path, so insta...
commitd0812c2024a1f8edb081a2996af12efacdf8c961
authorGuillaume Chazarain <guichaz@gmail.com>
Mon, 6 Sep 2010 20:08:29 +0000 (6 22:08 +0200)
committerGuillaume Chazarain <guichaz@gmail.com>
Mon, 6 Sep 2010 20:08:29 +0000 (6 22:08 +0200)
treec9f691571a10c9a0595c1e3795398c1621101bfc
parentc18a6968dca392b1a19b60930494184cbb159732
Some distributions have a default distutils prefix which is not in sys.path, so installed modules cannot be imported.
To address that, explicitely add the path where the module is supposed to be installed to sys.path.
bin/iotop