Closed
Description
- Pip version: 19.0.3
- Python version: 3.7.3
- Operating system: MacOS 10.14.4
I am trying to clean a bit my system-wide pip3 package to move all the development to the respective virtual environments.
I managed to remove all the pip3 packages, but right now I am getting such output for pip3 freeze:
➜ ~ pip3 freeze
Could not parse requirement: -BB
What can be the reason for such output?