@@ -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