It is difficult to do the manual work of changing the path and may create some other problems, so instead go to your environment and delete the bin and pip-selfchek.json folders, now re-create your env environment in any way that you want to use. i generally use
virtualenv -p python3 <envname>
Now activate ENV and check all your packages for
pip freeze
all is well to go.
source
share