It should be finding that it exists and should execute that version based on the following little script that I just executed:
chris@ubuntu-quadcore:~$ if which py3clean >/dev/null 2>&1; then > echo "IT EXISTS: `which py3clean`"; > fi IT EXISTS: /usr/bin/py3clean
It should be finding that it exists and should execute that version based on the following little script that I just executed:
chris@ubuntu- quadcore: ~$ if which py3clean >/dev/null 2>&1; then
> echo "IT EXISTS: `which py3clean`";
> fi
IT EXISTS: /usr/bin/py3clean