You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
This is more or less to ensure
pip2 install
andpip3 install
work seamlessly.Right now universal may or may not work when installed using pip2 (in python2/site-packages).
Steps to reproduce:
pip3 uninstall universal
pip2 install universal
universal hello.c
doesn't throw any error and print function works correctlyThe text was updated successfully, but these errors were encountered: