Go to the source code of this file.
Classes | |
class | dh_virtualenv.deployment.Deployment |
Namespaces | |
dh_virtualenv.deployment | |
Functions | |
def | dh_virtualenv.deployment.check_call (cmd, args, kwargs) |
Variables | |
string | dh_virtualenv.deployment._PYTHON_INTERPRETERS_REGEX = r'\(' |
string | dh_virtualenv.deployment.DEFAULT_INSTALL_DIR = '/opt/venvs/' |
list | dh_virtualenv.deployment.PYTHON_INTERPRETERS = ['python', 'pypy', 'ipy', 'jython'] |
string | dh_virtualenv.deployment.ROOT_ENV_KEY = 'DH_VIRTUALENV_INSTALL_ROOT' |