Answers for "install specific python version on venv"

1

uses specific version python venv

# Use python version 3.7.3 for tensorflow
pip install virtualenv 
virtualenv -p PYTHONPATH <path/to/new/virtualenv/>
Posted by: Guest on November-23-2020

Code answers related to "install specific python version on venv"

Python Answers by Framework

Browse Popular Code Answers by Language