Skip to main content
Version: 2.28.1

edge env build

Build the development environment

$ edge env build [application_id]

edge env build will do the following:

  • Recreate the application’s EDM virtual environment
  • Reinstall all dependencies from app_deps.edm and app_deps.pip
  • Ensure the environment matches the app configuration

Notes

  • Useful if dependencies become corrupted or if you change app_config.yaml

application_id

The application id to add

Options

  • --verbose / --no-verbose: Enable verbose output for debugging