justinmayer / virtualfish

Fish shell tool for managing Python virtual environments
MIT License
1.07k stars 101 forks source link

Suggest native `vf new` command when venv does not exist #214

Closed ammgws closed 2 years ago

ammgws commented 3 years ago

We should use native virtualfish commands

mkvirtualenv is only available through the compat-aliases virtualfish plugin: https://virtualfish.readthedocs.io/en/latest/plugins.html#virtualenvwrapper-compatibility-aliases-compat-aliases

justinmayer commented 2 years ago

I agree that suggesting the native VirtualFish command in this case is better. Many thanks for the enhancement, Jason! 👏