码迷,mamicode.com
首页 > 编程语言 > 详细

在Xcode開發python

时间:2018-10-16 01:42:06      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:inf   tor   取消   which   none   修改   system   dir   sch   

1.新增一個專案,選擇External Build System後按Next

技术分享图片

2.選取python的路徑,路徑可透過終端機下which python找到

技术分享图片

技术分享图片

3.選擇Edit Scheme修改

技术分享图片

4.Edit Scheme的第一個Info選項下的Executable選python(剛才用which python找到的執行檔),然後Debug要選None或是Debugger executable的勾選要取消

技术分享图片

5.Edit Scheme的第二個Arguments選項下的Arguments Passed On Launch將等下要執行的python程式列入

技术分享图片

6.Edit Scheme的第三個Option選項下的Working Directory要勾選Use custom working directory並將放置剛上面的.py的資料夾名稱列入技术分享图片

7.新增一個Empty File並命名為dataPython.py,試著用python語法後執行,成功技术分享图片

 

在Xcode開發python

标签:inf   tor   取消   which   none   修改   system   dir   sch   

原文地址:https://www.cnblogs.com/lightweilun/p/9795364.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!