virtualfish
virtualfish copied to clipboard
Fish shell tool for managing Python virtual environments
- [x] I have searched the [issues](https://github.com/justinmayer/virtualfish/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate. - [x] I have searched the [documentation](https://virtualfish.readthedocs.org/) and believe that my question...
`mkvirtualenv --help ` should print a help message and not create a virtualenv named --help. The same applies to almost all commands in compat_aliases.fish
Fish supports lazy loading ("automatic activation") of functions, but virtualfish isn't compatible with it. Supporting it is a matter of creating a `vf.fish` in [the `vendor_functions.d` directory](https://fishshell.com/docs/current/index.html#syntax-function-autoloading) that has the...
This issue exists to remind us of the missing compatible aliases and help us decide whether we should code them or not. ## Feasible - [ ] [lssitepackages](http://virtualenvwrapper.readthedocs.org/en/latest/command_ref.html#lssitepackages) - [...
- [x] I am using Fish shell version 3.1 or higher. - [x] I am using Python version 3.6 or higher. - [x] I have searched the [issues](https://github.com/justinmayer/virtualfish/issues?q=is%3Aissue) (including closed...
- [x] I am using Fish shell version 3.1 or higher. - [x] I am using Python version 3.6 or higher. - [x] I have searched the [issues](https://github.com/justinmayer/virtualfish/issues?q=is%3Aissue) (including closed...
#223 I took a stab at it. Let me know what you think. Hopefully this doesn't break anything :smile:
On launching `vf` for the first time on macOS, I am getting an error: ```bash noar@freakonomix ~> vf Traceback (most recent call last): File "/Users/noar/Library/Python/3.9/bin/vf", line 8, in sys.exit(main()) File...
- [x] I am using Fish shell version 3.1 or higher. - [x] I am using Python version 3.6 or higher. - [x] I have searched the [issues](https://github.com/justinmayer/virtualfish/issues?q=is%3Aissue) (including closed...