We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When these are installed, the installed script is wrong:
$ cat `which discodop` #!/usr/bin/python3 # EASY-INSTALL-SCRIPT: 'disco-dop==0.5rc1','discodop' __requires__ = 'disco-dop==0.5rc1' __import__('pkg_resources').run_script('disco-dop==0.5rc1', 'discodop')
The workaround is to remove these (e.g. pip uninstall setuptools and apt-get remove python-setuptools).
pip uninstall setuptools
apt-get remove python-setuptools
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When these are installed, the installed script is wrong:
The workaround is to remove these (e.g.
pip uninstall setuptools
andapt-get remove python-setuptools
).The text was updated successfully, but these errors were encountered: