打开PyCharm新建第一个项目,此时解释器还处于未配置的状态,通过如下操作告诉PyCharm我们安装了Python的路径:通过+号增加一个解释器增加之后PyCharm会智能地提示你安装setuptool和pip,照着提示一路点击就行了。
在你要打书签的位置,按下 Command + F11 ,你可以给这个位置加个序号,可以是数字也可以是字母,假如在下面这个位置 加了 1 这个序号,下次你就可以使用 Control + 1 直接跳转到这个位置。
打开项目后,如果提示Invalid Python interpreter selected for the project,项目使用的 python interpreter无效,或者提示系统找不到指定文件,或者运行代码程序时在PyCharm底部的Run窗口出现Python path configuration的异常提示信息,这些都表示要重新配置python解释器,可以在PyCharm的标题栏File→Settings→Project:→Python Interpreter设置有效的python interpreter。
打开项目后,如果提示Invalid Python interpreter selected for the project,项目使用的 python interpreter无效,或者提示系统找不到指定文件,或者运行代码程序时在PyCharm底部的Run窗口出现Python path configuration的异常提示信息,这些都表示要重新配置python解释器,可以在PyCharm的标题栏File→Settings→Project:→Python Interpreter设置有效的python interpreter。