Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Problems installing iOS PonyDebugger

Tags:

xcode

ios

I am trying to install PonyDebugger. I am typing into the terminal the commands

curl -sk https://cloud.github.com/downloads/square/PonyDebugger/bootstrap-ponyd.py | \ python - --ponyd-symlink=/usr/local/bin/ponyd ~/Library/PonyDebugger

and installing the script and the files with success.

However, when I type ponyd serve --listen-interface=127.0.0.1, i receive from the terminal -bash: ponyd: command not found.

Any solutions on how to move from this step? I already installed XCode command line tools.

like image 356
Natan R. Avatar asked Aug 12 '26 00:08

Natan R.


1 Answers

One of the PonyDebugger developers here. Try adding /usr/local/bin to your PATH.

An alternative is to run ponyd directly from the installation path.

~/Library/PonyDebugger/bin/ponyd serve --listen-interface=127.0.0.1

like image 144
wlue Avatar answered Aug 14 '26 15:08

wlue



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!