Home › Forums › KX Academy › KX Developer Broken › Reply To: KX Developer Broken
-
Resolved this way – hopefully this is helpful for anyone in the future who encounters a similar issue.
go to terminal
ps -ef
to see processes currently runningkill -9 x
where x is the process id for KX developer session. Then when you reload and run setup.sh again, it should be fine.