Matt Birkel

Results 3 comments of Matt Birkel

I just gave this another try, but now I'm on Debian 12 Bookworm on ChromeOS: ``` $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian...

It looks like they removed Python 2 support from Pythonista. I tried adding `#!python2` to the top of `launch_stach.py`, and it is still running in Python 3. Additionally, the “Run...

I get a warning when launching StaSh: `Warning: you are running StaSh in python3. Some commands may not work correctly in python3.` ![IMG_0197](https://github.com/ywangd/stash/assets/5984694/7b75cf7c-83ca-4602-98c3-47bd0954f0eb) After searching this on Google, it looks...