stefankoegl / python-json-pointer

Resolve JSON Pointers in Python
https://python-json-pointer.readthedocs.org/
Other
140 stars 43 forks source link

bad interpreter: No such file or directory #19

Closed damiendube closed 8 years ago

damiendube commented 8 years ago

After installing from pip $ sudo pip install jsonpointer

Running jsonpointer gives me this error. -bash: /usr/local/bin/jsonpointer: /home/stefan/work/python-json-patch/venv/bin/python: bad interpreter: No such file or directory

stefankoegl commented 8 years ago

I've just released jsonpointer 1.10 which should fix this issue. Can you verify?

Thanks!