We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc92dc commit 29a7570Copy full SHA for 29a7570
src/scorep_jupyter/kernel_messages.py
@@ -45,8 +45,8 @@ class KernelErrorCode(Enum):
45
"(looked in: {scorep_folder})"
46
),
47
KernelErrorCode.VAMPIR_NOT_FOUND: (
48
- "Vampir binary not found in PATH. Add it to PATH to enable automatic launch"
49
- " (e.g. via `%env PATH=/path/to/vampir/bin:$PATH`)."
+ 'Vampir binary not found in PATH. Add it to PATH to enable automatic launch'
+ ' (e.g. in ~/.bashrc: export PATH="/path/to/vampir/bin:$PATH"'
50
51
52
KernelErrorCode.VAMPIR_LAUNCH_FAILED: (
0 commit comments