https://prefect.io logo
Title
p

Pranit

07/18/2022, 3:18 PM
I installed prefect and was able to make cloud run jobs on my local few days ago. But today I am not able to get prefect server started. It says
-sh: prefect: command not found
Am I missing some step?
k

Kevin Kho

07/18/2022, 3:38 PM
Maybe you are using the wrong python environment?
p

Pranit

07/18/2022, 3:39 PM
solution?
k

Kevin Kho

07/18/2022, 3:40 PM
Check if you have Prefect installed in the Python environment you are using
Or if you have the right Python environment activated
1
p

Pranit

07/18/2022, 3:46 PM
Got it
Thanks