lambdamusic / Ontospy

Python library and command-line interface for inspecting and visualizing RDF models aka ontologies.
http://lambdamusic.github.io/Ontospy/
MIT License
219 stars 52 forks source link

Executable not created by installer #14

Closed lambdamusic closed 7 years ago

lambdamusic commented 7 years ago

Installing with

pip installl ontospy -U 

runs as expected, but the executables ontospy, ontospy-shell and ontospy-viz do not seem to be created...

Environment: OSX El Capitain / Python 2.7

lambdamusic commented 7 years ago

Fixed by uninstalling ontospy, re-installing pip via sudo easy_install pip [1] and then reinstalling ontospy sudo pip install ontospy -U.

First I thought it was just a path issue [2] but the executables could not be found anywhere.

Problem might be related to the fact I had installed python using homebrew [3] (due to problems under El Capitan). So some older setup might have caused problems during the installation..

[1] http://stackoverflow.com/questions/9780717/bash-pip-command-not-found [2] http://stackoverflow.com/questions/35898734/pip-installs-packages-successfully-but-executables-not-found-from-command-line [3] http://apple.stackexchange.com/questions/209572/how-to-use-pip-after-the-os-x-el-capitan-upgrade