[docs/7.10] post-install - improve exports (#5783)

This commit is contained in:
peterjunpark
2025-12-16 16:25:41 -05:00
committed by GitHub
parent b22c24b949
commit ffa6360979

View File

@@ -55,9 +55,9 @@ and validate the installation.
.. code-block:: bash .. code-block:: bash
# Configure ROCm PATH. Make sure you're in the therock-tarball directory before proceeding. # Configure ROCm PATH. Make sure you're in the therock-tarball directory before proceeding.
export ROCM_PATH=$PWD export ROCM_PATH=$PWD/install
export PATH=$PATH:$ROCM_PATH/install/bin export PATH=$PATH:$ROCM_PATH/bin
export LD_LIBRARY_PATH=$ROCM_PATH/install/lib export LD_LIBRARY_PATH=$ROCM_PATH/lib
2. After modifying your shell configuration, apply the change to 2. After modifying your shell configuration, apply the change to
your current session by sourcing your updated shell your current session by sourcing your updated shell