mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Merge b3ab77de27
into f609e1ddaf
This commit is contained in:
commit
2e97bb0ed4
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ pub(crate) fn create(
|
|||
}
|
||||
(true, "activate.bat") => r"%~dp0..".to_string(),
|
||||
(true, "activate.fish") => {
|
||||
r#"'"$(dirname -- "$(cd "$(dirname -- "$(status -f)")"; and pwd)")"'"#.to_string()
|
||||
r#""$(dirname -- "$(dirname -- "$(realpath -- "$(status filename)")")")""#.to_string()
|
||||
}
|
||||
// Note:
|
||||
// * relocatable activate scripts appear not to be possible in csh and nu shell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue