I am trying to install flake8 package using pip3 and it seems that it refuses to install because is already installed in one local location.
How can I force it to i
Maybe --force-reinstall would work, otherwise --ignore-installed should do the trick.
--force-reinstall
--ignore-installed