Hello all,<br><br>I would like at runtime to change the used version of installed egg ... (for example based on some condition import specific version)<br><br>and the only solution i end up with is to remove from the &#39;working_set&#39; &#39;by_key&#39; hash the best matched version, added when importing pkg_resources, and then &#39;resolve&#39; the wished one and add it. otherwise i end up with version conflict.<br>
<br>I do not want to add version in package naming (package_0_1) ... but that would be the fastest solution :)<br><br>What&#39;s the best thing i can do?<br>Thanks!<br>