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
Just tried installing and using this, only to find it tries to execute using #!/usr/bin/python which resulted in a bad interpreter error. As Python3 is now the default Python executable it would be nice to upgrade this utility to support Python 3 without having to:
sudo apt install python2.7
edit retmux to point to #!/usr/bin/python2.7
The text was updated successfully, but these errors were encountered:
Just tried installing and using this, only to find it tries to execute using
#!/usr/bin/python
which resulted in a bad interpreter error. As Python3 is now the default Python executable it would be nice to upgrade this utility to support Python 3 without having to:sudo apt install python2.7
retmux
to point to#!/usr/bin/python2.7
The text was updated successfully, but these errors were encountered: