Answers for "python check virtual environment"

0

virtualenv python2

virtualenv --python=/usr/bin/python2.6 <path/to/new/virtualenv/>
Posted by: Guest on November-27-2020
0

how virtual environment in python works

>>> import sys
>>> sys.prefix
'/System/Library/Frameworks/Python.framework/Versions/3.5'
Posted by: Guest on December-06-2020

Code answers related to "python check virtual environment"

Python Answers by Framework

Browse Popular Code Answers by Language