Skip to content

Commit 336f212

Browse files
authored
Code fix sw529961 633 (#686)
* Code fix for installation by package manager (#683)
1 parent 93af273 commit 336f212

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install/core-install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ software stack.
225225
226226
$ sudo apt install rocprofiler-compute
227227
# Include rocprofiler-compute in your system PATH
228-
$ sudo update-alternatives --install /usr/bin/rocprofiler-compute rocprof-compute /opt/rocm/bin/rocprofiler-compute 0
228+
$ sudo update-alternatives --install /usr/bin/rocprof-compute rocprof-compute /opt/rocm/bin/rocprof-compute 0
229229
# Install Python dependencies
230230
$ python3 -m pip install -r /opt/rocm/libexec/rocprofiler-compute/requirements.txt
231231
@@ -235,7 +235,7 @@ software stack.
235235
236236
$ sudo dnf install rocprofiler-compute
237237
# Include rocprofiler-compute in your system PATH
238-
$ sudo update-alternatives --install /usr/bin/rocprofiler-compute rocprof-compute /opt/rocm/bin/rocprofiler-compute 0
238+
$ sudo update-alternatives --install /usr/bin/rocprof-compute rocprof-compute /opt/rocm/bin/rocprof-compute 0
239239
# Install Python dependencies
240240
$ python3 -m pip install -r /opt/rocm/libexec/rocprofiler-compute/requirements.txt
241241
@@ -245,7 +245,7 @@ software stack.
245245
246246
$ sudo zypper install rocprofiler-compute
247247
# Include rocprofiler-compute in your system PATH
248-
$ sudo update-alternatives --install /usr/bin/rocprofiler-compute rocprof-compute /opt/rocm/bin/rocprofiler-compute 0
248+
$ sudo update-alternatives --install /usr/bin/rocprof-compute rocprof-compute /opt/rocm/bin/rocprof-compute 0
249249
# Install Python dependencies
250250
$ python3 -m pip install -r /opt/rocm/libexec/rocprofiler-compute/requirements.txt
251251

0 commit comments

Comments
 (0)