aea.manager.utils
Multiagent manager utils.
get_
lib_
path
Get librarty path for env dir.
make_
venv
Make venv and update variable to use it.
Arguments:
env_dir
: str, path for new env dirset_env
: bool. use evn within this python process (update, sys.executable and sys.path)
project_
install_
and_
build
Install project dependencies and build required components.
get_
venv_
dir_
for_
project
Get virtual env directory for project specified.
project_
check
Perform project loads well.
run_
in_
venv
Run python function in a dedicated process with virtual env specified.