Skip to content

Instantly share code, notes, and snippets.

@usagi
Last active January 31, 2017 17:42
Show Gist options
  • Save usagi/9d5336ee8cd1a8b91d249d5ef22bb66a to your computer and use it in GitHub Desktop.
Save usagi/9d5336ee8cd1a8b91d249d5ef22bb66a to your computer and use it in GitHub Desktop.
vscode を ubuntu に .deb で install したら実行ファイルがどこにあるか探して手 symlink を貼る必要があったメモ ref: http://qiita.com/usagi/items/d800457a7ee355d7305d
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