> ## Documentation Index
> Fetch the complete documentation index at: https://www.jetify.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# devbox shellenv

> Print shell commands that add Devbox packages to your PATH

```bash theme={null}
devbox shellenv [flags]
```

## Options[​](#options "Direct link to Options")

| Option                     | Description                                                                                                                                                                                         |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `-c, --config string`      | path to directory containing a devbox.json config file                                                                                                                                              |
| `-e, --env stringToString` | environment variables to set in the devbox environment (default \[])                                                                                                                                |
| `--env-file string`        | path to a file containing environment variables to set in the devbox environment                                                                                                                    |
| `--pure`                   | If this flag is specified, devbox creates an isolated environment inheriting almost no variables from the current environment. A few variables, in particular HOME, USER and DISPLAY, are retained. |
| `-h, --help`               | help for shellenv                                                                                                                                                                                   |
| `-q, --quiet`              | suppresses logs                                                                                                                                                                                     |

### SEE ALSO[​](#see-also "Direct link to SEE ALSO")

* [devbox](/docs/devbox/cli-reference/devbox/) - Instant, easy, predictable development environments

[Edit this page](https://github.com/jetify-com/docs/tree/main/docs/devbox/cli-reference/devbox-shellenv/index.mdx)
