You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues (including closed ones) and believe that this is not a duplicate.
If related to a plugin, I prefixed the issue title with the name of the plugin.
OS version and name: macOS 15.1 Beta (24B5055e)
Fish shell version: 3.7.1
VirtualFish version: 2.5.9
Issue
I've run into the following error.
╰─❯ vf globalpackages
[: Missing argument at index 3
true =
^
~/.local/pipx/venvs/virtualfish/lib/python3.12/site-packages/virtualfish/virtual.fish (line 751):
if [ "true" = (command sed -n 's/include-system-site-packages\s=\s\(true\|false\)/\1/p' $VIRTUALFISH_VENV_CONFIG_FILE) ]
^
in function '__vfsupport_globalpackages_toggle'
called on line 1 of file ~/.local/pipx/venvs/virtualfish/lib/python3.12/site-packages/virtualfish/virtual.fish
in function '__vf_globalpackages'
called on line 1 of file ~/.local/pipx/venvs/virtualfish/lib/python3.12/site-packages/virtualfish/virtual.fish
in function 'vf' with arguments 'globalpackages'
sed: 1: "pyvenv.cfg": extra characters at the end of p command
Global site packages enabled.
This is the content of my $VIRTUAL_ENV/$VIRTUALFISH_VENV_CONFIG_FILE:
I am using Fish shell version 3.1 or higher.
I am using Python version 3.8 or higher.
I have searched the issues (including closed ones) and believe that this is not a duplicate.
If related to a plugin, I prefixed the issue title with the name of the plugin.
OS version and name: macOS 15.1 Beta (24B5055e)
Fish shell version: 3.7.1
VirtualFish version: 2.5.9
Issue
I've run into the following error.
This is the content of my
$VIRTUAL_ENV/$VIRTUALFISH_VENV_CONFIG_FILE
:The text was updated successfully, but these errors were encountered: