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

No support for python -m venv application #86

Open
ronflima opened this issue Apr 14, 2019 · 2 comments
Open

No support for python -m venv application #86

ronflima opened this issue Apr 14, 2019 · 2 comments

Comments

@ronflima
Copy link

There is no support for python -m venv virtual manager, which is default in python 3 projects. Since python 2 will end support in 2020, it is a good idea to have support for default python 3´s virtual environment manager instead of virtualenv application.

@divansantana
Copy link

whats the work around for this? 🤔

@falloutphil
Copy link

falloutphil commented Apr 25, 2020

I'd expect this commit (392e28d) to fallback to "-m venv" use if virtualenv isn't installed:

Are people saying there is not correctly functioning support with the latest version (this commit is 8 months old, from Sept 2019) - a quick check suggests it works fine?

          (call-process python-executable nil t t
                        "-m" "venv" venv-dir)

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

No branches or pull requests

3 participants