<div dir="ltr"><p dir="ltr">That post has some really bad advice.</p>
<p dir="ltr">You should not try to change the system python on osx. It's probably not as critical as doing the same on Linux, but there is a high chance some applications will stop working if they try to run python and expect it to be 2.7.</p>
<p dir="ltr">The standard advice is that the python 3 command should always be called python3 because of the backwards incompatibility and to allow 2 and 3 to coexist easily. </p>
<p dir="ltr">I would suggest just installing python 3 using the dmg or using homebrew, but you'll also want to restore the system python somehow... according to <a href="http://apple.stackexchange.com/questions/38512/deleted-library-python-folder-is-it-possible-restore">http://apple.stackexchange.com/questions/38512/deleted-library-python-folder-is-it-possible-restore</a> your best bet is to try to find another mac with the same version of OSX and copy the relevant files back from there.</p><p dir="ltr"><br></p><p>Sorry to be the bearer of potentially bad news...</p><div class="gmail_quote"><div dir="ltr">On Sat, 29 Aug 2015 00:52 Sam Miller <<a href="mailto:qaz_468@hotmail.com" target="_blank">qaz_468@hotmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr">Hello All,<br><br><div><div><div>I tried to update Python in terminal on my Mac book pro to v3.5 using this website:<br><br> <a href="https://wolfpaulus.com/journal/mac/installing_python_osx/" target="_blank">https://wolfpaulus.com/journal/mac/installing_python_osx/</a><br><br>Sadly
 I must have made a large mistake since after completing these steps 
python IDLE and python within terminal failed to open or run. <br><br>I 
reinstalled python v3.5 again and now IDLE works. On the other hand, when
 I try to open python inside of terminal I get this error message: 
"-bash: python: command not found". <br><br></div>I am not sure what to do to correct this error. Could anyone send me the correct code to link my terminal to python 3.5 so I can run python v3.5 within terminal?<br><br></div>Thanks,<br></div>Sam<span></span><br>                                        </div></div>
--<br>
<a href="https://mail.python.org/mailman/listinfo/python-list" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-list</a><br>
</blockquote></div></div>