목차

autoenv

autoenv 설치

git clone git://github.com/kennethreitz/autoenv.git ~/.autoenv
echo 'source ~/.autoenv/activate.sh' >> ~/.bashrc

.env

이제 원하는 디렉토리(혹은 프로젝트에) .env파일을 넣고, 거기에 자동으로 실행했으면 하는 명령을 넣어 둔다.