Skip to content

Instantly share code, notes, and snippets.

@vamshisuram
Last active October 15, 2019 05:42
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 vamshisuram/b350c274ddc7fb9a07377e4c03aa3a1c to your computer and use it in GitHub Desktop.
Save vamshisuram/b350c274ddc7fb9a07377e4c03aa3a1c to your computer and use it in GitHub Desktop.
yarn symlink updated
#!/bin/bash
# PREFIX="/usr/local" NPM_CONFIG_PYTHON="/usr/bin/python" exec "/usr/local/Cellar/yarn/1.19.1/libexec/bin/yarn.js" "$@"
PREFIX="/usr/local" NPM_CONFIG_PYTHON="/usr/bin/python" exec "/usr/local/Cellar/hadoop/3.2.1/bin/yarn" "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment