vf upgrade
yields error when virtual environment does not exist
#239
Labels
vf upgrade
yields error when virtual environment does not exist
#239
I am using Fish shell version 3.1 or higher.
I am using Python version 3.6 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: Arch Linux
Fish shell version: 3.6.1
VirtualFish version: 2.5.5
Issue
Expected behaviour
Check if valid venv and exit earlier. Especially since the
vf upgrade --help
text does say it's for existing venvs: "Purpose: Upgrades existing virtual environment(s)"Perhaps add a check around here or in the following for loop:
virtualfish/virtualfish/virtual.fish
Line 551 in 3f0de6e
The text was updated successfully, but these errors were encountered: