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.edmandapp_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