From ffa6360979fd3f4c13315efef61459c496fe513f Mon Sep 17 00:00:00 2001 From: peterjunpark Date: Tue, 16 Dec 2025 16:25:41 -0500 Subject: [PATCH] [docs/7.10] post-install - improve exports (#5783) --- docs/install/includes/post-install.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/includes/post-install.rst b/docs/install/includes/post-install.rst index 8ca38e37f..57d0ef40d 100644 --- a/docs/install/includes/post-install.rst +++ b/docs/install/includes/post-install.rst @@ -55,9 +55,9 @@ and validate the installation. .. code-block:: bash # Configure ROCm PATH. Make sure you're in the therock-tarball directory before proceeding. - export ROCM_PATH=$PWD - export PATH=$PATH:$ROCM_PATH/install/bin - export LD_LIBRARY_PATH=$ROCM_PATH/install/lib + export ROCM_PATH=$PWD/install + export PATH=$PATH:$ROCM_PATH/bin + export LD_LIBRARY_PATH=$ROCM_PATH/lib 2. After modifying your shell configuration, apply the change to your current session by sourcing your updated shell