Comment 7 for bug 1763844

Revision history for this message
Chris Coleman (coleman-f2s) wrote :

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