- Fixed a bug with path locations which caused cross platform virtualenv operations to fail on windows. #11
VirtualEnvinstances will now create a reference to the outerpkg_resources.WorkingSetat instantiation and store it inVirtualEnv.base_working_set. #8
- Removed references to and attempted imports of
passabuilder and installer functionality fromVirtualEnvimplementation in favor ofpackagebuilderandinstaller. #7 - Fixed an issue which caused errors on python versions 2.7-3.6 when attempting to uninstall packages in the virtualenv due to failed import attempts when using
pip-shims.req_install. #9
- Fixed an issue which caused failures when generating
VirtualEnv.sys_pathdue to passing ofposixpathinstances to normalization methods expecting strings. #5
- Added
VirtualEnv.resolve_dist(dist, working_set)to find the resolution set for a distribution on the specified working set. - Added
VirtualEnv.initial_working_setwhich finds the working set based on the prefix according tosysconfig. - Added the ability to pass
extra_dists=[]toVirtualEnv.activated()in order to add dists to the activation scope for import in code. #2
- Added
- Fixed a bug which caused
VirtualEnv.sys_pathto fail to populate correctly. #1
No significant changes.