I foolishly ran:
python3 -m pip install -r requirements.txt
outside the intended virtual environment. Now my global environment has everything in requirements.txt
Is there a straightforward way to undo this? This issue was raised here, but no real answer was provided as to how to reverse this.