|
|
|
|
|
by chriswarbo
1627 days ago
|
|
> globally installed library or shell command There's your problem! Different versions of anything can coexist if they're installed to separate locations; e.g. Nix does this by using the `--prefix` option of each project's './configure' script. |
|