mshakya / piret

Pythonic PiReT
BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

No module named plumbum? #3

Open chienchi opened 6 years ago

chienchi commented 6 years ago

I check it is installed in the thirdParty/miniconda/lib/python2.7/site-packages/. I think following line should solve this issue.

sys.path.insert(0,lib_path + "/thirdParty/miniconda/lib/python2.7/site-packages");

mshakya commented 6 years ago

Plumbum is still being installed in 2.7 version, but seem to be working even when called with version 3.