I don't remember how I originally installed virtualenv, and apparently none of pip, pip3, and brew are claiming it.
$XXX list | grep virtualenv
Returns nothing. XXX is pip, pip3, and brew.
But here it does return a directory:
$which -a virtualenv
/usr/local/bin/virtualenv
So who is 'controlling' virtualenv? How can I uninstall it and reinstall it?
My motivation for this is because virtualenv is pointing to a non-existing / falsely linked interpreter, and I was advised that reinstallation of virtualenv might mend this problem. Thanks in advance!
$ virtualenv my_venv
-bash: /usr/local/bin/virtualenv: /usr/local/opt/python3/bin/python3.6: bad interpreter: No such file or directory