Mac 上自带python2.7 ,我又安装了 3.5,用 python3.5 这么创建了虚拟环境: python3 -m venv xxx然后 pip 了 django 等等,怎么让 pycharm 识别我这个虚拟环境进行 django 的开发呢?
python3 -m venv xxx
python3.5 自带的虚拟环境不清楚怎么添加到 pycharm 里,没找到这个选项
认证高级PHP讲师
See this fellow Taoist’s articlehttps://segmentfault.com/a/11...
Add the virtual environment to pycharm, which can be added when selecting the interpreter.
The link is the configuration of the Mac systemLink description
1. Use virtualenv to create a python3.5 Django development environment and create a project. 2. Use pycharm to open the created project. 3. Just modify it like this.
See this fellow Taoist’s article
https://segmentfault.com/a/11...
Add the virtual environment to pycharm, which can be added when selecting the interpreter.
The link is the configuration of the Mac system
Link description
1. Use virtualenv to create a python3.5 Django development environment and create a project.
2. Use pycharm to open the created project.
3. Just modify it like this.