Last active
January 20, 2017 14:54
-
-
Save Voronenko/e6fa7162f67950fcadc40d3099f66489 to your computer and use it in GitHub Desktop.
Link node globally
This file contains hidden or 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
# killall -9 chrome && killall -9 chromedriver; | |
#n=$(which node);n=${n%/bin/node}; chmod -R 755 $n/bin/*; sudo cp -r $n/{bin,lib,share} /usr/local | |
n=$(which node);n=${n%/bin/node}; echo chmod -R 755 $n/bin/*; echo sudo cp -r $n/{bin,lib,share} /usr/local | |
# service webdriver restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment