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 prompt parameter to python::pyvenv #641

Merged
merged 1 commit into from
Sep 2, 2022

Conversation

ookisan
Copy link
Contributor

@ookisan ookisan commented Sep 1, 2022

Pull Request (PR) description

Add a prompt parameter to python::pyvenv that uses the --prompt command-line argument available in the venv module in Python 3.6 and later, to set the prompt shown when the virtualenv is active.

This Pull Request (PR) fixes the following issues

No issues.

manifests/pyvenv.pp Outdated Show resolved Hide resolved
Add a prompt parameter to python::pyvenv that uses the --prompt
command-line argument available in the venv module in Python 3.6
and later, to set the prompt shown when the virtualenv is active.
@ookisan ookisan force-pushed the python-pyvenv-add-prompt branch from 343e97d to bd3f212 Compare September 2, 2022 10:01
@bastelfreak bastelfreak added the enhancement New feature or request label Sep 2, 2022
@ookisan
Copy link
Contributor Author

ookisan commented Sep 2, 2022

The failing tests seem to have nothing to do with the code:

2022-09-02T10:26:59.5082100Z �[00;00m�[00;31m{"message":"failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: \"/sbin/init\": stat /sbin/init: no such file or directory: unknown"}

I get the same locally, didn't yesterday. Will this prevent merging and if so, is there anything I can do about it?

@bastelfreak
Copy link
Member

Ubuntu updated their docker image a few hours ago and I'm wondering if it's broken 🤔

@smortex smortex merged commit 380a434 into voxpupuli:master Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants