Created
December 2, 2019 03:09
-
-
Save ganta/0096a9f09b1a9faf10e4cd0a3eac75c0 to your computer and use it in GitHub Desktop.
Update anyenv envs with lazyload
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
eval "$(anyenv lazyload)" | |
for envtool in $(\ls ~/.anyenv/envs) | |
do | |
${envtool} --version | |
done | |
anyenv update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment