CDRIVER-4519 Replace activate_venv.sh with new hygienic scripts #1155
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR resolves CDRIVER-4519. Verified by this patch.
The proposed changes are a straightforward substitution of the old
activate_venv.sh
scripts for kmstslvenv and authawsvenv with the exception of Python selection behavior on Windows.CDRIVER-4530 was created in response to issues with default cipher suite incompatibilities on Windows due to use of Python 3.10. A crude but simple workaround was applied that explicitly uses Python 3.9 (windows-2017) or Python 3.8 (windows-2015) instead, as addressing the root problem (upgrading certificates to use a better signature algorithm) required an unexpectedly significant amount of effort. See CDRIVER-4530 for more info.