Classes | |
class | Deployment |
Functions | |
def | check_call |
Variables | |
string | _PYTHON_INTERPRETERS_REGEX = r'\(' |
string | DEFAULT_INSTALL_DIR = '/opt/venvs/' |
list | PYTHON_INTERPRETERS = ['python', 'pypy', 'ipy', 'jython'] |
string | ROOT_ENV_KEY = 'DH_VIRTUALENV_INSTALL_ROOT' |
def dh_virtualenv.deployment.check_call | ( | cmd, | |
args, | |||
kwargs | |||
) |
Definition at line 37 of file deployment.py.
string dh_virtualenv::deployment::_PYTHON_INTERPRETERS_REGEX = r'\(' |
Definition at line 33 of file deployment.py.
string dh_virtualenv::deployment::DEFAULT_INSTALL_DIR = '/opt/venvs/' |
Definition at line 31 of file deployment.py.
list dh_virtualenv::deployment::PYTHON_INTERPRETERS = ['python', 'pypy', 'ipy', 'jython'] |
Definition at line 32 of file deployment.py.
string dh_virtualenv::deployment::ROOT_ENV_KEY = 'DH_VIRTUALENV_INSTALL_ROOT' |
Definition at line 30 of file deployment.py.