原因:把shell命令行终端当成了python环境,误输入了"import"命令.
解决办法:直接杀死进程
fan@lab:~$ ps -e | grep "import" 11985 pts/19 00:00:00 import fan@lab:~$ kill -9 11985