Changeset 4677
- Timestamp:
- 03/07/07 21:34:05 (2 years ago)
- Files:
-
- django/trunk/extras/django_bash_completion (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/extras/django_bash_completion
r4646 r4677 148 148 unset pythons 149 149 if command -v whereis &>/dev/null; then 150 python_interpreters=$(whereis -bpython | cut -d " " -f 2-)150 python_interpreters=$(whereis python | cut -d " " -f 2-) 151 151 for python in $python_interpreters; do 152 152 pythons="${pythons} $(basename $python)"
