R3127/357d35bc3f5fmultiuser
R3127/
357d35bc3f5fmultiuser
multiuser vs master
multiuser vs master
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
2d6abddd88a7 | anciaux | fix a little error preventing completion | Nov 25 2019 | ||||
cfd783950a35 | anciaux | update the examples and coater | Nov 25 2019 |
/
/
README.completion
README.completion
To benefit the autocompletion for BlackDynamite the following steps are needed.
pip install argcomplete
activate-global-python-argcomplete
and you must insert the following in your .bashrc
eval "$(register-python-argcomplete getRunInfo.py)"
eval "$(register-python-argcomplete launchRuns.py)"
eval "$(register-python-argcomplete canYouDigIt.py)"
eval "$(register-python-argcomplete cleanRuns.py)"
eval "$(register-python-argcomplete updateRuns.py)"
pip install argcomplete
activate-global-python-argcomplete
and you must insert the following in your .bashrc
eval "$(register-python-argcomplete getRunInfo.py)"
eval "$(register-python-argcomplete launchRuns.py)"
eval "$(register-python-argcomplete canYouDigIt.py)"
eval "$(register-python-argcomplete cleanRuns.py)"
eval "$(register-python-argcomplete updateRuns.py)"
c4science · Help