码迷,mamicode.com
首页 > 其他好文 > 详细

Django Error: That port is already in use.

时间:2015-12-24 10:34:33      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:

原文:http://stackoverflow.com/questions/20239232/error-that-port-is-already-in-use

A more simple solution just type sudo fuser -k 8000/tcp. This should kill all the processes associated with port 8000.

EDIT:

For osx users you can use sudo lsof -t -i tcp:8000 | xargs kill -9

Django Error: That port is already in use.

标签:

原文地址:http://www.cnblogs.com/4-312/p/5072251.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!