array(2) { ["docs"]=> array(0) { } ["count"]=> int(0) } 111string(0) "" int(1) int(10) int(70) int(8640000) string(13) "likecs_art_db" array(1) { ["query"]=> array(1) { ["match_all"]=> object(stdClass)#28 (0) { } } } array(1) { ["createtime.keyword"]=> array(1) { ["order"]=> string(4) "desc" } } int(10) int(0) int(8640000) array(2) { ["docs"]=> array(0) { } ["count"]=> int(0) } 标题Ubuntu将默认的python3改为默认的python - 爱码网
ryzen@cp7:~$ python
Command 'python' not found, did you mean:

command 'python3' from deb python3

root@DESKTOP-I:/usr/bin# echo alias python=python3 >> .bashrc
root@DESKTOP-I:/usr/bin#  . ./.bashrc
root@DESKTOP-I:/usr/bin# python
Python 3.8.2 (default, Mar 13 2020, 10:14:16)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

————————————————
版权声明:本文为CSDN博主「十八口丁」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_37797234/article/details/106210394

相关文章: