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.