How come python did not refer to this so basic scenario?
handling multiple modules versions
How come i need to deal with it by myself? when in java i have the maven product to do all this work for me???
How come python did not refer to this so basic scenario?
handling multiple modules versions
How come i need to deal with it by myself? when in java i have the maven product to do all this work for me???
Check out virtualenv and virtualenvwrapper. Like maven, these are third-party projects and not part of the language distribution itself. I have no idea what maven does exactly, so I can't say for sure whether virtualenv is directly equivalent. It's mainly intended for development and testing environments.