stash icon indicating copy to clipboard operation
stash copied to clipboard

Is someone already working on adding virtual environments?

Open CodyKochmann opened this issue 6 years ago • 1 comments

Ive noticed a ton of the issues as of late have been trying to sort out the py2 vs py3 organization and reminds me a lot of what finally made the following official.

python3 -m venv

Which comes with a preconfigured pip married to the python executable that created it so a lot of the issues are sort of just solved. Is anyone currently working on integrating this? Or was there already an effort to do this before? If not I would love to help with this since it really does solve a lot once you figure out how to work with the setuptools api to manage venvs and keep python packages in their rightful places.

CodyKochmann avatar May 05 '18 18:05 CodyKochmann