Forum Archive

How do we pass ARGV when using an iPhone?

NickAtNight

Using an iPhone, how do we pass say 3 ARGV 's to a script when we run it.

Can't figure out how to run a script from a command line on the iPhone.

dgelessus

Pythonista doesn't have a command line, but you can tap and hold the "run" button and enter your command line arguments there.

NickAtNight

That did the trick ! Thanks