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

Python 2 and Python 3 compaitablity #10

Open
ylogx opened this issue Apr 19, 2015 · 0 comments
Open

Python 2 and Python 3 compaitablity #10

ylogx opened this issue Apr 19, 2015 · 0 comments

Comments

@ylogx
Copy link
Owner

ylogx commented Apr 19, 2015

This is more or less to ensure pip2 install and pip3 install work seamlessly.
Right now universal may or may not work when installed using pip2 (in python2/site-packages).

Steps to reproduce:

  • Uninstall current universal installation using pip3 uninstall universal
  • Install using pip2 install universal
  • Ensure universal hello.c doesn't throw any error and print function works correctly
@ylogx ylogx added this to the v2.0.1 milestone Apr 19, 2015
@ylogx ylogx added ready and removed help wanted labels May 7, 2015
@ylogx ylogx modified the milestones: v2.1.1, v2.0.1 May 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant