SAIO doc update for the bin/*.py->bin/* change

This commit is contained in:
gholt 2010-07-14 12:59:31 -07:00
parent 88408dfe0d
commit 86eb77a021

View File

@ -153,7 +153,7 @@ good idea what to do on other environments.
`bzr launchpad-login <launchpad_id>`
#. Check out your bzr repo of swift, for example:
`bzr branch lp:~swift-core/swift/trunk swift`
#. ``for f in `ls ~/swift/bin/`; do sudo ln -s /home/<your-user-name>/swift/bin/$f /usr/bin/`basename $f .py`; done``
#. ``for f in `ls ~/swift/bin/`; do sudo ln -s /home/<your-user-name>/swift/bin/$f /usr/bin/$f`; done``
#. Edit `~/.bashrc` and add to the end::
export PYTHONPATH=~/swift