Python


158 浏览 4 years, 9 months

30.3 开发环境

版权声明: 转载请注明出处 http://www.codingsoho.com/

Eclipse

首先需要去Eclipse官网下载:http://www.eclipse.org/,Eclipse需要JDK支持,如果Eclipse无法正常运行,请到Java官网下载JDK安装:http://www.oracle.com/technetwork/java/javase/downloads

当前我的使用版本是 eclipse-jee-mars-R-win32-x86_64

PyDev plugin 插件

添加外部库

You can add these libraries to the settings to get the effect you want. This can be done in the Libraries setting accessed through Window > Preferences > PyDev > Interpreter - Python > Libraries. Add the .egg or source folder of the libraries you want to add and click Apply followed by OK.

这样,这个库就会出现在System Libs下面

PyCharm

下载

https://www.jetbrains.com/pycharm/download/#section=windows

添加虚拟环境

File - Settings

Run - Edit Configuraions - python

PyCharm中配置python库的导入路径

PyCharm断点调试django