Setting and Listing Environment Variables - Setting and Listing Environment Variables - 2026.1 English - UG1702

Vitis Reference Guide (UG1702)

Document ID
UG1702
Release Date
2026-06-23
Version
2026.1 English

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'