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
The generate_pip_repositories script uses #!/usr/bin/env python2 as the shebang. There's no reason for it to only be Python2-compatible, so it should be changed to support Python 3 as well.
The text was updated successfully, but these errors were encountered:
The
generate_pip_repositories
script uses#!/usr/bin/env python2
as the shebang. There's no reason for it to only be Python2-compatible, so it should be changed to support Python 3 as well.The text was updated successfully, but these errors were encountered: