Y
Hacker News
new
|
ask
|
show
|
jobs
by
sirclueless
5119 days ago
The point isn't executables that happen to be written in {ba,}sh, it's wrappers that attempt to add functionality to your commandline. For example, Python's virtualenv and Ruby's rvm presumably don't work.
2 comments
ash
5119 days ago
I agree with your point. But virtualenv has support for fish:
. your_env/bin/activate.fish
https://github.com/pypa/virtualenv/blob/develop/virtualenv_e...
link
aerique
5118 days ago
Ah, I didn't think of that (no experience with neither virtualenv nor rvm). So thanks for the clarification.
link