Setting and Listing Environment Variables - 2023.2 English

Vitis Unified Software Platform Documentation: Application Acceleration Development (UG1393)

Document ID
UG1393
Release Date
2023-12-13
Version
2023.2 English

Following are the commands to set and list environment variables:

env
Used to list all environment variables/values
env var
Used to get value for var
env var val
Used to set value for var
env var=val
Used to set value for var
env var=$val
Used to set value for var, using python expansion if possible
Vitis [1]: env XILINX_VITIS
Out[1]: '/tools/Xilinx/Vitis/2023.2'