Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a python virtualenv component #75

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

loicalbertin
Copy link
Member

Pull Request description

Description of the change

Add a Python VirtualEnv component

Description for the changelog

  • Python VirtualEnv component (GH-74)

Applicable Issues

Closes #74

Copy link
Contributor

@Loic-R Loic-R left a comment

Choose a reason for hiding this comment

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.

@loicalbertin
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants