START AND STOP WILDFLY USING TERMINAL
To start Wildfly:
$ ./standalone.sh
To stop Wildfly:
$ ./jboss-cli.sh --connect command=:shutdown
$ ./standalone.sh
$ ./jboss-cli.sh --connect command=:shutdown
You may find yourself having to fix more packages. So you can just remove everything you had installed via pip and reinstall everythin...