pycharm的一些使用方法

1.pycharm关闭pytest方式如下
File -> Settings -> Tools -> Python Intergrated Tools,右边Testing选择Unittests即可

2.复制一行到下一行

ctrl+d

3.更新pip下载源

pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
or
pip config set global.index-url http://pypi.douban.com/simple/
如何改回原来的源:
pip config unset global.index-url
 
 
 
posted @ 2022-11-11 11:19  种下一颗树  阅读(25)  评论(0)    收藏  举报