mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
There is no python anymore on macOS
This commit is contained in:
parent
1aa3d58375
commit
1294a23c95
@ -61,4 +61,4 @@ with tempfile.NamedTemporaryFile(prefix='install-dmg-', suffix='.py') as f:
|
||||
f.write(script.encode('utf-8'))
|
||||
f.flush()
|
||||
run(f'scp dist/{dmg} {f.name} {HOST}:/tmp')
|
||||
run(f'ssh {HOST} python /tmp/{os.path.basename(f.name)} /tmp/{dmg}')
|
||||
run(f'ssh {HOST} python3 /tmp/{os.path.basename(f.name)} /tmp/{dmg}')
|
||||
|
Loading…
x
Reference in New Issue
Block a user