Lana Dann
03/21/2022, 5:59 PMFROM prefecthq/prefect:latest-python3.9
but when i start up my container and try to use the prefect cli, it says prefect isn’t installed
$ prefect
/bin/sh: 5: prefect: not found
Kevin Kho
03/21/2022, 6:13 PMdocker run -it prefecthq/prefect:latest-python3.9 bash
. And then try prefect
. Does this also not work for you?Anna Geller
03/21/2022, 7:35 PMPATH="$HOME/.local/bin:$PATH"
export PATH
Lana Dann
03/23/2022, 3:32 PMKevin Kho
03/23/2022, 3:33 PM