Last active
January 31, 2017 17:42
-
-
Save usagi/9d5336ee8cd1a8b91d249d5ef22bb66a to your computer and use it in GitHub Desktop.
vscode を ubuntu に .deb で install したら実行ファイルがどこにあるか探して手 symlink を貼る必要があったメモ ref: http://qiita.com/usagi/items/d800457a7ee355d7305d
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
| cd /usr/local/bin | |
| sudo ln -s /usr/share/code/bin/code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment