DataDog / riot

A Python virtual env builder and command runner
https://ddriot.readthedocs.io/
Apache License 2.0
23 stars 15 forks source link

fix: use path to actual Python binary #184

Closed P403n1x87 closed 2 years ago

P403n1x87 commented 2 years ago

This change ensures that virtual environments are created with the actual Python binary instead of passing the path to a wrapping script which could cause the creation of inconsistent virtual environments.