You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2025. It is now read-only.
The reason will be displayed to describe this comment to others. Learn more.
Looks good ! However, deployment failed if we try to install python3 virtual environment and python 3 is not installed on the target compute. Maybe we should write that installing a python 3 venv require a machine where python3 is already installed.
Yeah you are right, this component expects for at least a version of python to be installed so we can handle installation of pip generically using the easy_install module and then install virtualenv using pip module all that without relying on a system dependent package manager.
If we install python itself then we will probably do it using a package manager (specially if we have to deal with versions) and it will became distribution dependent.... I have to think about it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
3 participants
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.
Pull Request description
Description of the change
Add a Python VirtualEnv component
Description for the changelog
Applicable Issues
Closes #74