标签:
参考:http://stackoverflow.com/questions/5276967/python-in-xcode-7
1. 双击打开Xcode
2. 点击File->New->New Project,点击Next
3. 在左边的面板选择Other,右边选择External Build Sytem,点击Next
4. 输入Product name, organization name, organization identifier,Build Tool里面填写“/usr/bin/python”,点击Next。python的路径可以在Terminal上输入which python来查看。点击Next。
5. 选择存放的地方,点击Create。
标签:
原文地址:http://www.cnblogs.com/sophia194910/p/5026803.html