Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ virtualenv_enabled
Function
virtualenv_enabled
scripts/utils.py:81–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
80
81
def
virtualenv_enabled():
82
# Helper function to see if we need to make
83
# our own virtualenv for installs.
84
return
bool(os.environ.get(
'VIRTUAL_ENV'
))
85
86
87
def
update_metadata(dirname, **kwargs):
Callers
1
install_packages
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected