On 7/7/22 3:09 PM, David Newman wrote:
I *think* the command runs if I escape the hyphen:
root@somehost:/opt/mailman/venv/lib/python3.9/site-packages# grep -r '\-jango' /opt/mailman/venv/lib/python3.9/site-packages/
But then that doesn't return anything.
Yes, escaping the hyphen is the correct thing to do. You could also try something like
grep -r '.-jango' /opt/mailman/venv/lib/python3.9/site-packages/
but that will also return nothing.
See https://stackoverflow.com/questions/67613777/pip-ignoring-invalid-distributi... https://stackoverflow.com/questions/68880743/why-do-i-get-this-when-using-pi... and perhaps other hits from https://www.google.com/search?q=pip+warning+ignoring+invalid+distribution
Look for
ls -la /opt/mailman/venv/lib/python3.9/site-packages/~jango*
i.e. ~jango
rather than -jango
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan