https://prefect.io logo
Title
s

sjammula

04/13/2023, 11:22 PM
Hi Team, Can we have 2 prefect versions(1.X and 2.X) in our local machine?
j

jawnsy

04/13/2023, 11:50 PM
We use the same package name (prefect) so they’re not co-installable, however, you can use a virtualenv or conda environment to separate them
s

sjammula

04/14/2023, 5:28 AM
thanks @jawnsy for the response.Do we have backward compatibility support for cli 2.0 versions? I mean can I install 2.0 version and try running some flow in 1.0prefect version?