-
Notifications
You must be signed in to change notification settings - Fork 218
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
Support multiple versions of python #399
Comments
Any updates on this, ability to set virtualenv command would be great. |
Currently there is no support for doing this. I would welcome a PR to add virtualenv command customization but that would be per config file and not per topology. Figuring this out on a per topology basis is high on my list of priorities right now because I also need this functionality. I would also love to extend it to address #183 as well, but we'll see if I can do that on the first pass. All that said, you can currently specify the path to the Python interpreter you want to use in your config file as shown here with the |
@anuraguniyal We merged a change into master that will be in the next release. You can override the
|
cool thanks. |
How can I use a multiple topologies some of which use python2 and some python3. Easiest way I can think is that "virtualenv" command should be configurable so user can point it to correct path.
Also python3 doesn't have virtualenv command, so it would also help there if I can just say
"virtualenv": "python3 -m venv" in config
The text was updated successfully, but these errors were encountered: