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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ad1b-2c238.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ad1b-2c238.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?