Hey team, how do I get prefect CLI? I tried from docs but couldn't find it
👀 1
d
Dylan
01/07/2021, 11:08 PM
Hi @Sai Srikanth!
The Prefect CLI ships with the python package by default. Is Prefect installed in your active python environment?
For example, I use conda to manage my python environments
s
Sai Srikanth
01/07/2021, 11:09 PM
I did pip install prefect
d
Dylan
01/07/2021, 11:09 PM
Once prefect is installed there this is what I see for
prefect
s
Sai Srikanth
01/07/2021, 11:09 PM
it worked
d
Dylan
01/07/2021, 11:09 PM
Excellent!
👀 1
s
Sai Srikanth
01/07/2021, 11:14 PM
I tried installing prefect and it worked
But when I try CLI with prefect, it doesn't work
j
Jeff Williams
01/08/2021, 2:32 PM
What I have noticed on my implementation is that, for a new CL window, I have to activate the Prefect environment. Once I do that, the prefect CLI works just fine.
👍 1
s
Sai Srikanth
01/11/2021, 1:26 AM
Hi, CLI doesn't work for us yet. Could you help? @Dylan