app conda() Manage cluster, lab, and user conda setups Source code in hpcman/conda/app.py 10 11 12 13 14@app.callback() def conda(): """ Manage cluster, lab, and user conda setups """ status() Check status of user conda setup Source code in hpcman/conda/app.py 17 18 19 20 21 22@app.command() def status() -> None: """ Check status of user conda setup """ raise CommandNotImplemented("conda module not yet implemented.")