pydev debugger: unable to find real location for python 2.7 after OS 10.8 upgrade

后端 未结 1 1956
醉话见心
醉话见心 2021-01-11 17:48

I just upgraded to OS X 10.8 Mountain Lion and having troubles understanding how the pydev debugger should work on Aptana 3.0.

In Aptana\'s preferences I have the py

相关标签:
1条回答
  • 2021-01-11 18:51

    I had a very similar problem. It turned out that after upgrading to Mountain Lion, all the Python source files disappeared.

    The solution was to install the "Command Line Tools" from Apple. Try this link:

    https://developer.apple.com/downloads/index.action?=command%20line%20tools

    Or go to https://developer.apple.com/opensource/ and find the "Command Line Tools"

    0 讨论(0)
提交回复
热议问题