Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Namespaces | |
namespace | pip |
namespace | pip._internal |
namespace | pip._internal.utils |
namespace | pip._internal.utils.virtualenv |
Functions | |
bool | _running_under_venv () |
bool | _running_under_legacy_virtualenv () |
bool | running_under_virtualenv () |
Optional[List[str]] | _get_pyvenv_cfg_lines () |
bool | _no_global_under_venv () |
bool | _no_global_under_legacy_virtualenv () |
bool | virtualenv_no_global () |
Variables | |
logger = logging.getLogger(__name__) | |
_INCLUDE_SYSTEM_SITE_PACKAGES_REGEX | |