MCPcopy Index your code
hub / github.com/pyload/pyload / env_install

Function env_install

pavement.py:267–270  ·  view source on GitHub ↗

Install pyLoad into the virtualenv

()

Source from the content-addressed store, hash-verified

265@task
266@needs('generate_setup', 'minilib', 'get_source', 'virtualenv')
267def env_install():
268 """Install pyLoad into the virtualenv"""
269 venv = options.virtualenv
270 call([path(venv.dir) / "bin" / "easy_install", "."])
271
272
273@task

Callers

nothing calls this directly

Calls 1

pathFunction · 0.85

Tested by

no test coverage detected