2017-10-10 18:07:01 +07:00
|
|
|
#!/usr/bin/env bash
|
2018-04-07 19:23:04 +02:00
|
|
|
which register-python-argcomplete &> /dev/null \
|
2017-10-10 18:07:01 +07:00
|
|
|
&& eval "$(register-python-argcomplete conda)" \
|
|
|
|
|| echo "Please install argcomplete to use conda completion" > /dev/null
|