mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change the shebang in the calibre launcher script on linux to explicitly use python2 rather than python
This commit is contained in:
parent
2db764525d
commit
efe64e5097
@ -12,7 +12,7 @@ from setup import Command, islinux, isfreebsd, basenames, modules, functions, \
|
|||||||
__appname__, __version__
|
__appname__, __version__
|
||||||
|
|
||||||
HEADER = '''\
|
HEADER = '''\
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python2
|
||||||
|
|
||||||
"""
|
"""
|
||||||
This is the standard runscript for all of calibre's tools.
|
This is the standard runscript for all of calibre's tools.
|
||||||
|
@ -95,7 +95,7 @@ class Source(Plugin):
|
|||||||
|
|
||||||
supported_platforms = ['windows', 'osx', 'linux']
|
supported_platforms = ['windows', 'osx', 'linux']
|
||||||
|
|
||||||
#: Set of capabilites supported by this plugin.
|
#: Set of capabilities supported by this plugin.
|
||||||
#: Useful capabilities are: 'identify', 'cover'
|
#: Useful capabilities are: 'identify', 'cover'
|
||||||
capabilities = frozenset()
|
capabilities = frozenset()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user