Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- xargs
- 줄바꿈 문자
- profile
- Mac
- 네트워크
- vscode
- ssh
- Windows 10
- maVen
- Quartz
- Windows
- netsh
- VirtualBox
- tomcat
- bash
- JavaScript
- import
- plugin
- lsof
- port
- GIT
- IntelliJ
- web.xml
- Eclipse
- 단축키
- resource
- Source
- grep
- find
- context
Archives
- Today
- Total
develog
[mac] vscode 심볼릭 링크 만들기 (/usr/local/bin) 본문
## /usr/local/bin 경로에 심볼릭 링크를 만든다
~ $ ln -s '/Applications/Visual Studio Code.app/Contents/Resources/app/bin/code' /usr/local/bin/code
## 생성한 심볼릭 링크로 vscode 를 실행한다
~ $ code
Comments