검색결과 리스트
homebrew에 해당되는 글 5건
- 2014.08.25 [Git] Upgrading to Git 2.0
- 2014.08.21 [Mac] howdoi
- 2014.03.28 [Mac] Homebrew 특정 버전으로 설치하기
- 2013.12.31 [MariaDB] MariaDB for Mac
- 2013.12.23 [Mac] Homebrew로 OS X 패키기 관리하기
글
링크: http://rayhightower.com/blog/2014/05/30/upgrading-to-git-2-dot-0/
링크: http://apple.stackexchange.com/questions/93002/how-to-properly-update-git-on-mac
'VCS > Git' 카테고리의 다른 글
[Git] Github를 이용하는 전체적인 흐름 (0) | 2014.11.30 |
---|---|
[Git] pro-git PDF (0) | 2014.08.27 |
[Git] OS X Mountain Lion에 Git Server 설치 (0) | 2014.08.20 |
[Git] Generating ssh keys (0) | 2014.08.18 |
[Git] redmine과 Git repository 연동 (1) | 2014.08.05 |
트랙백
댓글
글
링크: https://github.com/gleitz/howdoi?body=
명령어로 쉽게 쉽게 찾아볼때?
홈페이지 소개는 "instant coding answers via the command line" 이렇습니다.
전 로컬에 homebrew가 설치되어 있어서 아래와 같이 설치 했습니다.
#기본적으로 Hombrew와 Python이 설치되어 있어야 합니다.
$ brew install https://raw.github.com/gleitz/howdoi/master/howdoi.rb
그랬더니 아래와 같은 에러가 ㅡㅡ;
> ==> python setup.py install
>
> http://peak.telecommunity.com/EasyInstall.html
>
> Please make the appropriate changes for your system and try again.
다행이 홈페이지에 처리 방법이 나와 있었습니다.
#권한 문제(?)
$ sudo chmod -R go+w /Library/Python/2.7/site-packages/
#권한 문제 해결하고 다시 설치
$ brew install https://raw.github.com/gleitz/howdoi/master/howdoi.rb
사용방법
$ howdoi format date bash
> DATE=`date +%Y-%m-%d`
'OS > Mac' 카테고리의 다른 글
[Mac] 애플워치의 기본 서체인 '샌프란시스코'를 OS X 요세미티의 기본 서체로 사용하는 방법 (0) | 2014.11.21 |
---|---|
[Mac] OS X에서 한글을 입력할 때 마지막 글자가 입력이 안 되는 문제를 해결하는 방법 (0) | 2014.10.06 |
[Mac] Installing Redmine on OS X 10.9 Mavericks Server and Client (0) | 2014.08.04 |
[Mac] Parallels Command + Space로 한영전환하기 (0) | 2014.07.30 |
[Mac] Packet Capture (0) | 2014.07.17 |
트랙백
댓글
글
'OS > Mac' 카테고리의 다른 글
[Mac] OS X 기본 자바 변경하기 (0) | 2014.04.06 |
---|---|
[Mac] OSX Java 삭제하기 (0) | 2014.03.28 |
[Mac] netstat 서버의 포트와 아이피 확인하기 (0) | 2014.03.28 |
[Mac] OX S 터미널에서 IP 확인 하는 방법 (0) | 2014.03.28 |
[Mac] Redis를 서비스로 구동시키기 (0) | 2014.03.27 |
트랙백
댓글
글
맥 설치에 앞서 Homebrew를 먼저 설치 해야한다.
Homebrew 설치 : http://brew.sh/index_ko.html
링크 : https://mariadb.com/kb/en/building-mariadb-on-mac-os-x-using-homebrew/
'DB / NoSQL > MariaDB/MySQL' 카테고리의 다른 글
[MySql] 사용자 생성 (0) | 2014.04.02 |
---|---|
[Mariadb] root 사용자 비밀번호 변경 (0) | 2014.03.28 |
[MySQL] MySQL InnoDB Engine 사용 시 반드시 알아야 할 세 가지 (0) | 2013.12.25 |
[MySQL] Mac에서 사용가능한 MySQL GUI Client (0) | 2013.12.23 |
[MySQL] 우편번호 텍스트 파일을 MySQL에 넣는 방법 (0) | 2008.04.21 |
트랙백
댓글
글
설치 : http://brew.sh/index_ko.html
링크 : http://rkjun.wordpress.com/2013/07/14/os-x-missing-package-manager-home-brew/
'OS > Mac' 카테고리의 다른 글
[Mac] Mac Safari 폰트 설정하기 (0) | 2013.12.25 |
---|---|
[Mac] OS X 사용자 라이브러리 폴더에 접근하는 10가지의 다양한 방법 (0) | 2013.12.25 |
[Mac] MacBookPro Retina 맥북 트렉패드 사용하지 않기 (0) | 2013.11.21 |
[Mac] AppleCare 제품 보증기간을 확인하는 방법 (0) | 2013.02.17 |
[Mac] Mac 한영전환키를 오른쪽 Command로 사용해 보자 (0) | 2013.02.01 |
RECENT COMMENT