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 solution:
8080
`sudo lsof -i:8080`
`kill $PID`
PID is got from step 1's output.