hyperupcall / autoenv

Directory-based environments.
MIT License
5.72k stars 261 forks source link

Clarify installation instructions #3

Closed telemachus closed 12 years ago

telemachus commented 12 years ago

Maybe people should know well enough to spot this, but your installation instructions are dangerous:

# clobbers my ~/.bashrc file
echo 'source ~/.autoenv/activate.sh' > ~/.bashrc

# safe
echo 'source ~/.autoenv/activate.sh' >> ~/.bashrc
kennethreitz commented 12 years ago

facepalm

thanks :)

kennethreitz commented 12 years ago

d9375cf64d4bd0eecd974af753740852dd07eb03