Running the following:
virtualenv -p python3 venv
gives:
Running virtualenv with interpreter /usr/bin/python3 Using base prefi
try this when net connect is not available:
virtualenv --no-setuptools --no-wheel env_only_pip
you can still use pip when enter virtualenv
pip install --no-index --find-links=file:py_package -r requirements.txt