.. _f-installcmdhelper: module ``installhelper.install_cmd_helper`` =========================================== Short summary +++++++++++++ module ``pymyinstall.installhelper.install_cmd_helper`` Various function to install various python module from various location. :githublink:`%|py|5` Functions +++++++++ +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +==============================================================================================================================+========================================================================================================================+ | :func:`add_shortcut_to_desktop_for_module ` | Adds a shortcut on a module which includes a script. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | :func:`get_conda_program ` | Gets :epkg:`conda` executable and fixes an issue with :epkg:`Pandoc`. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | :func:`get_file_modification_date ` | Gets the date modification for a filename. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | :func:`get_pip_program ` | Gets :epkg:`pip` executable and fixes an issue with :epkg:`Pandoc`. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | :func:`get_python_program ` | Returns the executable for :epkg:`python`. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | :func:`has_pip ` | Tells if :epkg:`pip` is installed. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | :func:`is_conda_distribution ` | Tells if it is a :epkg:`conda` distribution or not, check the presence of ``Continuum Analytics`` or ``|Anaconda`` ... | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | :func:`python_version ` | Retrieves the platform and version of this :epkg:`python`. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | :func:`run_cmd ` | Runs a command line and waits for the results, :func:`run_cmd_private`. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | :func:`unzip_files ` | Unzip files from a :epkg:`zip` archive. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | :func:`update_pip ` | Updates :epkg:`pip` for a specific distribution. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pymyinstall.installhelper.install_cmd_helper :members: :special-members: __init__ :show-inheritance: