|
|
|
|
|
by yeti-sh
960 days ago
|
|
> argh & a symlink in /usr/bin. - Is putting a symlink to one of your project directories, probably residing in $HOME, to /usr/bin/ a good practice? - As an alternative one can put a symlink into ~/bin; but what if you have multiple different projects? - And they can have different jeeves commands and different plugins installed. For instance, `j lint` implementations in different projects are work on are completely different. Because these are different projects. Rather, I prefer to have jeeves automatically create the executable command in each virtual env, and its behavior in different virtual envs will be different. |
|