Travis Swicegood | 8f0d042 | 2014-04-05 09:17:59 -0500 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | which register-python-argcomplete > /dev/null \ | ||||
3 | && eval "$(register-python-argcomplete conda)" \ | ||||
4 | || echo "Please install argcomplete to use conda completion" |