SAIO doc update for the bin/*.py->bin/* change
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.