聆雨亭

道听途说Python系列2 - PyCharm使用

2015-12-02

阅读:

字数:195


“test-jb-setup”

什么是python自己的,什么是第三方的

#1、 PyCharm调整Pyhothon版本

在Preferences的Project–>Project Interpreter

问题记录

  • 无法在mac下启动80端口启动调试

flask 端口是80的时候无法启动,原因是osx下面,1024以下的端口有问题

Run the program as superuser. The smtp-port as any port <=1024 is reserved to the system and cannot be used by normal users.


Similar Posts

Comments