mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 22:58:17 -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
|
.. 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
|
||||||
|
|||||||
Reference in New Issue
Block a user