msrsync icon indicating copy to clipboard operation
msrsync copied to clipboard

no python3 ?

Open hemna opened this issue 8 months ago • 1 comments

└─> msrsync
/usr/bin/env: ‘python2’: No such file or directory

hemna avatar Apr 25 '25 20:04 hemna

It's not obvious from the readme, but you just need to run

wget -O msrsync https://raw.githubusercontent.com/jbd/msrsync/master/msrsync3 && chmod +x msrsync

placing it somewhere in your $PATH (e.g., ~/.local/bin)

pythoninthegrass avatar Aug 09 '25 23:08 pythoninthegrass