Skip to main content
Codegen sandboxes come pre-configured with a set of environment variables to facilitate common development tasks and ensure smooth operation of tools and package managers. Understanding these variables can be helpful when debugging or customizing setup scripts.

Standard Environment Variables

The following environment variables are typically available within Codegen sandboxes:
The values for variables like NVM_DIR, PATH, NVM_BIN, and NODE_VERSION are typically set dynamically during the sandbox setup process, depending on the specific NVM and Node.js versions being used. The PYTHONPATH may also vary based on the Python installation within the sandbox.