Index: src/main.rs
--- src/main.rs.orig
+++ src/main.rs
@@ -37,8 +37,7 @@ use std::{borrow::Cow, path::PathBuf, str::FromStr, sy
 
 /// Get the directory where the Nushell executable is located.
 fn current_exe_directory() -> PathBuf {
-    let mut path = std::env::current_exe().expect("current_exe() should succeed");
-    path.pop();
+    let mut path = PathBuf::from("${PREFIX}");
     path
 }
 
