I'm new to programming and to be more specific, Python. I was going through the installation process from Robert Sedgewick's Introduction to Programming in Python website until right before the section "Downloading and Installing the Booksite Library". My problem occurred with:
In the Terminal window issue the command idleX.Y (for example, idle2.7). If an IDLE window appears, then you have installed IDLE properly. Close the IDLE window.
As I was installing Python 2.7, I attempted to use the command idle2.7
, but I received the following response. As far as I can tell, I followed all of the directions provided by Mr. Sedgewick's website and I have already verified that Python was being installed as version 2.7.10. After looking for answers online, I found a similar one here on Stack Overflow. Unfortunately, the potential solutions listed for that question didn't help resolve my issue. At this point, I should mention that I am trying this on a MacBook Pro (2015 model) running the latest version of OS X (El Capitan).
Thanks for your help!
idle2.7
– Mccreadypython -V
and it gave me 2.7.10 as the Python version I installed. Looking around for more clues, I noticed that @Matthewm1970 posted in this Stack Overflow thread thatidle2.7
is supposed to work. – ElectronegativeX11
. – Mccready