According to this https://docs.python.org/3.4/library/venv.html#module-venv 'Each virtual environment has its own Python binary (allowing creation of environments with various Python versions)' So how would I create a virtual environment using the venv module that has a Python 2.7 binary? tia g -- https://mail.python.org/mailman/listinfo/python-list
- Using a particular python binary with venv greenbay . graham
- Re: Using a particular python binary with venv Ian Kelly
- Re: Using a particular python binary with venv Carl Meyer
- Re: Using a particular python binary with venv Laura Creighton
- Re: Using a particular python binary with venv greenbay . graham
- Re: Using a particular python binary with venv Carl Meyer
- Re: Using a particular python binary with venv greenbay . graham