I\'m trying to set up a server with python from mac terminal.
I navigate to folder location an use:
python -m SimpleHTTPServer
Bu
Simple one line command to get rid of it, type below command in terminal,
ps -a
This will list out all process, checkout which is being used by Python and type bellow command in terminal,
kill -9 (processID)
For example kill -9 33178