How to use venv in python? What are the bin files for?

clipboard.png

Mar.12,2021

venv refers to the virtual environment
bin is the basic command of python


files under bin are usually python and feasible execution files of modules. Some python modules can be used as common tools, and executables will be placed in this directory.

Menu