Answers for "create venv and activate python"

4

how to use virtual environment python

python3 -m venv env
Posted by: Guest on April-10-2020
-1

activate venv in python

(tutorial-env) $ pip show requests
---
Metadata-Version: 2.0
Name: requests
Version: 2.7.0
Summary: Python HTTP for Humans.
Home-page: http://python-requests.org
Author: Kenneth Reitz
Author-email: [email protected]
License: Apache 2.0
Location: /Users/akuchling/envs/tutorial-env/lib/python3.4/site-packages
Requires:
Posted by: Guest on December-19-2020

Browse Popular Code Answers by Language