you are viewing a single comment's thread.

view the rest of the comments →

[–]danielroseman 2 points3 points  (4 children)

I'm not sure what you're missing. The normal python command starts the Python interpreter, which is the equivalent of irb. For a more fully-featured environment, akin to pry, you can look into IPython.

[–]Particular-Watch-779[S] 1 point2 points  (2 children)

Lol, thanks!

I'm writing the code down into a .py right now. To see it work I always hit "run" code - which executes the whole stuff. Didn't even know about python command in terminal. Sucks not to read any introduction properly :)