일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 웹개발
- Maven
- springboot
- mssql
- RESTful
- 환경변수
- development
- tcping
- Database
- Web
- 스프링부트 #springboot #project #Intellij
- apache
- sqldeveloper
- IntelliJ
- SpringInitializer
- springboot #controller #jsp
- Tomcat #SpringFramework
- SpringSecurity
- postman
- 스프링시큐리티
- oracle
- restapi
- install
- HATEOAS
- Developer
- 스프링부트
- mysql
- undefined
- Oracle11g
- ojdbc
Archives
- Today
- Total
여백에 도장 찍기
Homebrew 설치 본문
Homebrew 설치하기
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Git Remote Mirroring
https://docs.brew.sh/Installation
export HOMEBREW_BREW_GIT_REMOTE="..." # put your Git mirror of Homebrew/brew here
export HOMEBREW_CORE_GIT_REMOTE="..." # put your Git mirror of Homebrew/homebrew-core here
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew -v 커맨드 실행 시 버전 확인되지 않아 살펴보니
Warning: /opt/homebrew/bin is not in your PATH 발생.
echo 'export PATH=/opt/homebrew/bin:$PATH' >> ~/.zshrc
source ~/.zshc
Comments