The following are commands to set and list environment variables:
- env
- Lists all environment variables/values
- env var
- Retrieves value for var
- env var val
- Sets value for var
- env var=val
- Sets value for var
- env var=$val
- Sets value for var, using python expansion if possible
Vitis [1]: env XILINX_VITIS
Out[1]: '/tools/Xilinx/Vitis/2026.1'