Jordy Wegman
11/29/2022, 8:05 PMJeff Hale
11/29/2022, 8:29 PMJordy Wegman
11/29/2022, 8:34 PMar
11/30/2022, 3:05 AMJordy Wegman
11/30/2022, 6:34 AMar
11/30/2022, 7:11 AMJordy Wegman
11/30/2022, 7:32 AMJeff Hale
11/30/2022, 1:42 PMconda deactivate
repeatedly until nothing is in parentheses.
Then conda activate prefectenv
Then conda list prefect
If you see prefect listed you should be good.
Try running prefect version
If that doesn’t work you most likely have a problem where your virtual environment manager is not set up on your PATH correctly.Jordy Wegman
11/30/2022, 7:41 PMconda list prefect
. Here it didn't list it for me (check image). So probably my PATH is indeed not correct. Do you have idea what I can do to solve this?Jeff Hale
11/30/2022, 7:56 PMJordy Wegman
12/02/2022, 7:13 PMconda install -c conda-forge prefect
and pip install prefect
doesn't work (for me). Could this be found on the website? I guess I wouldn't be the only one I think. Thanks for your environment suggestion.Jeff Hale
12/02/2022, 7:19 PM