随笔分类 -  python

摘要:1、检查python版本 python -V pip -V 2、设置pip源 pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/ pip config list # 非https源,须加信任 pip conf 阅读全文
posted @ 2023-09-26 15:01 Matt_Cheng 阅读(184) 评论(0) 推荐(0)
摘要:一、运行 1、Shift + F10 运行特定文件 2、Ctrl + Shift + F10 运行当前文件 3、Ctrl + F5 运行或调试器下,重新运行 二、调试 F7 step into F8 step over F9 resume Shift + F8 step out Shift + F9 阅读全文
posted @ 2017-11-15 21:21 Matt_Cheng 阅读(223) 评论(0) 推荐(0)