1. 查看哪些端口被占用
$ netstat -anp | grep 2042 tcp 0 0 192.168.56.1:2042 0.0.0.0:* LISTEN 8974/python
2. 删除占用端口的进程
sudo kill 8974