Proper OS X command line tools path

This commit is contained in:
Kovid Goyal 2014-08-24 18:56:55 +05:30
parent 1d92987780
commit a9dab307fb
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ the directory in which you created :file:`__init__.py`::
.. note:: .. note::
On OS X, the command line tools are inside the |app| bundle, for example, On OS X, the command line tools are inside the |app| bundle, for example,
if you installed calibre in :file:`/Applications` the command line tools if you installed calibre in :file:`/Applications` the command line tools
are in :file:`/Applications/calibre.app/Contents/MacOS/calibre`. are in :file:`/Applications/calibre.app/Contents/console.app/Contents/MacOS/`.
You can download the Hello World plugin from You can download the Hello World plugin from
`helloworld_plugin.zip <http://calibre-ebook.com/downloads/helloworld_plugin.zip>`_. `helloworld_plugin.zip <http://calibre-ebook.com/downloads/helloworld_plugin.zip>`_.

View File

@ -296,7 +296,7 @@ If you're satisfied with your recipe, and you feel there is enough demand to jus
.. note:: .. note::
On OS X, the command line tools are inside the |app| bundle, for example, On OS X, the command line tools are inside the |app| bundle, for example,
if you installed calibre in :file:`/Applications` the command line tools if you installed calibre in :file:`/Applications` the command line tools
are in :file:`/Applications/calibre.app/Contents/MacOS/calibre`. are in :file:`/Applications/calibre.app/Contents/console.app/Contents/MacOS/`.
.. seealso:: .. seealso::

View File

@ -1103,7 +1103,7 @@ def main():
def cli_index_strings(): def cli_index_strings():
return _('On OS X, the command line tools are inside the |app| bundle, for example,' return _('On OS X, the command line tools are inside the |app| bundle, for example,'
' if you installed calibre in :file:`/Applications` the command line tools' ' if you installed calibre in :file:`/Applications` the command line tools'
' are in :file:`/Applications/calibre.app/Contents/MacOS/calibre`.'), _( ' are in :file:`/Applications/calibre.app/Contents/console.app/Contents/MacOS/`.'), _(
'You can see usage for undocumented commands by executing them without arguments in a terminal.') 'You can see usage for undocumented commands by executing them without arguments in a terminal.')