pip install virtualenv
cd C:\path\to\my_folder
virtualenv venv_name
cd C:\path\to\my_folder\venv_name\Scripts
activate
cd C:\path\to\my_python_file
python filename.py
deactivate
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up