Closed Wikiwix closed 1 year ago
It would be great if the "$HOME/.pub-cache/bin" path would be part of the image's PATH variable:
"$HOME/.pub-cache/bin"
PATH
One case this is interesting is for a CI step which installs an executable dart package via dart pub global activate.
dart pub global activate
If the mentioned path would be in PATH those executables could be run using their name directly and omitting recompilation on multiple calls.
Fixed by dea8edc8a3a22999657392def2cb9135fe996849.
It would be great if the
"$HOME/.pub-cache/bin"
path would be part of the image'sPATH
variable:One case this is interesting is for a CI step which installs an executable dart package via
dart pub global activate
.If the mentioned path would be in
PATH
those executables could be run using their name directly and omitting recompilation on multiple calls.