CLI1 git bash - 별칭 alias 적용하기 git bash window에서 git 을 설치하게 되면 같이 설치되는 cmd 이다. 1. git bash 기본화면 2. 명령어 alias 주기 python 에서 가상환경을 실행할때 "python -m venv venv" "source venv/Scripts/activate" 가상 환경을 만들고 실행하는것을 일일이 치기 귀찮아서 alias별칭을 주기로 생각했다. ~/.bash_profile 에 alias 추가 $ echo "alias 단축어='명령어'" >> ~/.bash_profile $ echo "alias va='source venv/Scripts/activate'" >> ~/.bash_profile ~/.bash_profile 확인 $ cat ~/.bash_profile alias va='sour.. 2020. 12. 18. 이전 1 다음