-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #121 from epics-extensions/backport/120-to-nixos-2…
…3.11 [Backport nixos-23.11] phoebus-client: hardcode Python path for the console view
- Loading branch information
Showing
3 changed files
with
40 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
diff --git a/app/console/src/main/resources/console_preferences.properties b/app/console/src/main/resources/console_preferences.properties | ||
index e00d6f8ec..e3bc52f3e 100644 | ||
--- a/app/console/src/main/resources/console_preferences.properties | ||
+++ b/app/console/src/main/resources/console_preferences.properties | ||
@@ -28,9 +28,9 @@ prompt_info=Enter console command | ||
# /bin/bash | ||
# | ||
# Value may include properties. | ||
-shell=/usr/bin/python -i | ||
+shell=@python@ -i | ||
|
||
# Folder where the shell process should be started | ||
# | ||
# Value may include properties. | ||
-directory=$(user.home) | ||
\ No newline at end of file | ||
+directory=$(user.home) |