mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-06 21:33:57 -05:00
[docs/7.10] post-install - improve exports (#5783)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user