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

Configurable venv manager #1841

Open
1 task done
Lattay opened this issue Dec 3, 2024 · 0 comments
Open
1 task done

Configurable venv manager #1841

Lattay opened this issue Dec 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Lattay
Copy link

Lattay commented Dec 3, 2024

I've searched open issues for similar requests

  • Yes

Is your feature request related to a problem? Please describe.

On my system python-venv is not installed and I cannot install it. This breaks the installation of various packages.

Describe the solution you'd like

I cannot install venv, but I can install virtualenv with pip install virtualenv, then replace calls to python -m venv with python -m virtualenv in mason.

Lattay@dd137f6

Describe potential alternatives you've considered

Changing the python environment, possible but cumbersome and anoying.

Additional context

If this feature is desirable for mason, I'll implement it and make a PR.

Obviously, my hardcoding is not a good fix to upstream, so I open this issue to discuss whether it should be a config option, in which case, I ask where it should gom, or if mason should automatically try both ven and virtualenv.

@Lattay Lattay added the enhancement New feature or request label Dec 3, 2024
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

No branches or pull requests

1 participant