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
pip 25.2 started overriding the script from distlib's ScriptMaker class. The method used by relenv to create the shebang is not compatible with this new script style because it does not start with a newline like the old one did.