Open DonJayamanne opened 3 months ago
E.g. /opt/homebrew/bin/poetry is a symlink that points to /opt/homebrew/Cellar/poetry/1.8.3_2/bin/poetry
/opt/homebrew/bin/poetry
/opt/homebrew/Cellar/poetry/1.8.3_2/bin/poetry
Using tihs we can get the version as well, and possibly other information such a config files.
E.g.
/opt/homebrew/bin/poetry
is a symlink that points to/opt/homebrew/Cellar/poetry/1.8.3_2/bin/poetry
Using tihs we can get the version as well, and possibly other information such a config files.