| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- restapi
- postman
- IntelliJ
- apache
- 스프링부트 #springboot #project #Intellij
- HATEOAS
- Web
- 스프링부트
- sqldeveloper
- SpringSecurity
- Tomcat #SpringFramework
- Oracle11g
- springboot
- 환경변수
- undefined
- Developer
- 스프링시큐리티
- mssql
- 웹개발
- ojdbc
- Maven
- tcping
- Database
- development
- RESTful
- install
- mysql
- oracle
- springboot #controller #jsp
- SpringInitializer
Archives
- Today
- Total
여백에 도장 찍기
Homebrew 설치 본문
Homebrew 설치하기
Homebrew
The Missing Package Manager for macOS (or Linux).
brew.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Git Remote Mirroring
https://docs.brew.sh/Installation
Installation
Documentation for the missing package manager for macOS.
docs.brew.sh
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