Skip to content

Common issues

phaledang edited this page Dec 21, 2023 · 3 revisions

python not found

Update file .bashrc

alias python='python3'

image

Port 5000 is in use by another program.

Type command in terminal lsof -i :5000

Use the below command to kill PID(s) kill -9 PID

image

Clone this wiki locally