Skip to content
New issue

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

Make /usr/bin/unit2-[2|3] part of the standard install #56

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments
Open

Make /usr/bin/unit2-[2|3] part of the standard install #56

GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Currently, there is no way to pick whether to run unittest2 or unittest2py3k. 
There is only one symlink, /usr/bin/unit2, that may link to either executable. 
There are executables for minor Python versions, but there is no executable to 
specify the Python major versions.

Instead, provide these links:

/usr/bin/unit2-2 -> /usr/bin/unit2-2.x

/usr/bin/unit2-3 -> /usr/bin/unit2-3.x

I don't really grok setuptools, hence the lack of a patch.

Original issue reported on code.google.com by [email protected] on 14 Mar 2011 at 10:07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant