Skip to content

Commit 29a7570

Browse files
author
OutlyingWest
committed
%env unable to unwrap vars like '$PATH' -> not found PATH message fixed
1 parent fcc92dc commit 29a7570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scorep_jupyter/kernel_messages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ class KernelErrorCode(Enum):
4545
"(looked in: {scorep_folder})"
4646
),
4747
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`)."
48+
'Vampir binary not found in PATH. Add it to PATH to enable automatic launch'
49+
' (e.g. in ~/.bashrc: export PATH="/path/to/vampir/bin:$PATH"'
5050
),
5151

5252
KernelErrorCode.VAMPIR_LAUNCH_FAILED: (

0 commit comments

Comments
 (0)