I want to install pysheng on my computer (macos sierra 10.12). So I download the Zip file and unzip it, the run following code to install it.
sudo python setup.py install
The package is installed to
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/
Then, I try to run the package but failed.
pysheng "http://books.google.com/books?id=m5w5PRj5Nj4C"
The error message is
-bash: pysheng: command not found.
I have macport installed in my computer and there is a line in my .bash_profile
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
I don't know if it has something to do with this. So anyone have a clue? Thanks!