I\'m trying to set up a server with python from mac terminal.
I navigate to folder location an use:
python -m SimpleHTTPServer
Bu
Just in case above solutions didn't work:
Get the port your process is listening to:
$ ps ax | grep python
Kill the Process
$ kill PROCESS_NAME