Then to not be confused among them. The question is probably lamer, but I want to prepare in advance if I have to work simultaneously with different versions of the framework
- 3The traditional approach is to use isolated python environments. This is done with the utility virtualenv. Under win xp, it works great, probably under win 7 too. - mks
- oneunder Win 7 I use, here's another link to the wrapper github.com/davidmarble/virtualenvwrapper-win - breaf
|
1 answer
Use virtualenv, here's an example of setup: Get to know virtualenv
- thank! I think I found the answer to my question - Bandicoot87
|