Open fanq15 opened 4 years ago
I want to keep two different versions in two folders. However, I have to build it first before I run the code. Otherwise, I will use the code of the build code by default. So, how to switch between different versions?
@fanq15 The simplest way is to create multiple virtual environments (one per project).
Do you have any other better solutions?
I want to keep two different versions in two folders. However, I have to build it first before I run the code. Otherwise, I will use the code of the build code by default. So, how to switch between different versions?