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
❯ pixi run python
Python 3.11.4 | packaged by conda-forge | (main, Jun 10 2023, 18:08:41) [Clang 15.0.7 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> <Ctrl + C>
KeyboardInterrupt
>>>
<closes python directly after Ctrl + C>
❯ python3
Python 3.11.4 (main, Jun 7 2023, 00:34:59) [Clang 14.0.3 (clang-1403.0.22.14.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> <Ctrl + C>
KeyboardInterrupt
>>> <python doesn't close, only closes on Ctrl + D>
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: