Skip to content

Instantly share code, notes, and snippets.

@ganta
Created December 2, 2019 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ganta/0096a9f09b1a9faf10e4cd0a3eac75c0 to your computer and use it in GitHub Desktop.
Save ganta/0096a9f09b1a9faf10e4cd0a3eac75c0 to your computer and use it in GitHub Desktop.
Update anyenv envs with lazyload
#!/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