I played around a bit with my Python installations in OS X Mavericks.
I searched for all files which contained "python2.7" and deleted them. Now i want to point to my current Python version, which is 3.3.2.
When i type in python, i am getting this:
python: posix_spawn: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: No such file or directory
My folder for my Python installation looks like this:

There is no Python-Path set in my .bash_profile file.
Where can i change the current Version of Python?
EDIT: Where i got the new version from? sudo pyenv install 3.3.2
EDIT: The result of which python:

which python? Presumably it's a symbolic link to a now-deleted executable. By the way, in the future, you can have multiple python versions coexisting on the same machine... There is no reason to completely delete the old version.