当前位置:网站首页>Venv: directory structure of venv
Venv: directory structure of venv
2022-07-01 10:12:00 【FakeOccupational】
venv Directory structure of
Suddenly found that Venv It still works , It can include complete python Executable files . The following is a venv Directory structure of .
- Directory structure :

- Use venv To perform

Directory structure of different platforms
windows
venv\
│
├── Include\
│
├── Lib\
│ │
│ └── site-packages\
│ │
│ ├── _distutils_hack\
│ │
│ ├── pip\
│ │
│ ├── pip-22.0.4.dist-info\
│ │
│ ├── pkg_resources\
│ │
│ ├── setuptools\
│ │
│ ├── setuptools-58.1.0.dist-info\
│ │
│ └── distutils-precedence.pth
│
│
├── Scripts\
│ ├── Activate.ps1
│ ├── activate
│ ├── activate.bat
│ ├── deactivate.bat
│ ├── pip.exe
│ ├── pip3.10.exe
│ ├── pip3.exe
│ ├── python.exe
│ └── pythonw.exe
│
└── pyvenv.cfg
- I wanted to windows Let's do it , The network cannot be connected , You can also choose an existing environment without downloading



linux
venv/
│
├── bin/
│ ├── Activate.ps1
│ ├── activate
│ ├── activate.csh
│ ├── activate.fish
│ ├── pip
│ ├── pip3
│ ├── pip3.10
│ ├── python
│ ├── python3
│ └── python3.10
│
├── include/
│
├── lib/
│ │
│ └── python3.10/
│ │
│ └── site-packages/
│ │
│ ├── _distutils_hack/
│ │
│ ├── pip/
│ │
│ ├── pip-22.0.4.dist-info/
│ │
│ ├── pkg_resources/
│ │
│ ├── setuptools/
│ │
│ ├── setuptools-58.1.0.dist-info/
│ │
│ └── distutils-precedence.pth
│
├── lib64/
│ │
│ └── python3.10/
│ │
│ └── site-packages/
│ │
│ ├── _distutils_hack/
│ │
│ ├── pip/
│ │
│ ├── pip-22.0.4.dist-info/
│ │
│ ├── pkg_resources/
│ │
│ ├── setuptools/
│ │
│ ├── setuptools-58.1.0.dist-info/
│ │
│ └── distutils-precedence.pth
│
└── pyvenv.cfg
mac
venv/
│
├── bin/
│ ├── Activate.ps1
│ ├── activate
│ ├── activate.csh
│ ├── activate.fish
│ ├── pip
│ ├── pip3
│ ├── pip3.10
│ ├── python
│ ├── python3
│ └── python3.10
│
├── include/
│
├── lib/
│ │
│ └── python3.10/
│ │
│ └── site-packages/
│ │
│ ├── _distutils_hack/
│ │
│ ├── pip/
│ │
│ ├── pip-22.0.4.dist-ino/
│ │
│ ├── pkg_resources/
│ │
│ ├── setuptools/
│ │
│ ├── setuptools-58.1.0.dist-info/
│ │
│ └── distutils-precedence.pth
│
└── pyvenv.cfg
Reference and more
This simplified tree structure allows you to better understand what happens in the virtual environment folder
https://blog.csdn.net/ResumeProject/article/details/119645187?
边栏推荐
- Raspberry pie 4B system construction (ultra detailed version)
- Zero foundation software testing must see, 10 years of testing old bird's conscience suggestions (a total of 15)
- MySQL interception_ MySQL method for intercepting strings [easy to understand]
- [fxcg] large scale job hopping may be one of the driving forces behind the soaring inflation in the United States
- MySQL常用命令
- Postgraduate entrance examination vocabulary 2023 sharing (1)
- How did the data center change from "Britney Spears" to "Mrs. cow"?
- 零基础入门测试该学什么?最全整理,照着学就对了
- 请问有没有人知道clickhouse 中 limit语句执行的逻辑,图片中,上面的SQL可以执行成功
- SQL server2014 failed to delete the database, with an error offset of 0x0000
猜你喜欢

Can you afford to buy a house in Beijing, Shanghai, Guangzhou and Shenzhen with an annual salary of 1million?

持续进阶,软通动力稳步推动云智能战略

Have you learned the necessary global exception handler for the project

Japanese professor sues Intel FPGA and SOC products for infringing a design patent

Kotlin 协程调度切换线程是时候解开真相了

Who has the vision to cross the cycle?

Cortex M4 systick details

睡了二哥。。。

日本教授起诉英特尔FPGA与SoC产品侵犯一项设计专利

CSDN's one-stop cloud service is open for internal testing, and new and old users are sincerely invited to grab the fresh
随机推荐
Sd-wan notes
新数据库时代,不要只学 Oracle、MySQL
Matrix and coordinates
Upload labs for file upload - white box audit
零基础入行软件测试必看,10年测试老鸟的良心建议(共15条)
Introduction of uniapp wechat applet components on demand
How to understand JS promise
直播管理项目
PO模式深入封装
Tearful eyes, it's not easy to change jobs. Three rounds of interviews, four hours of soul torture
leetcode:111. 二叉树的最小深度
What should I learn in the zero foundation entry test? It's the most comprehensive. Just learn from it
JD and Tencent renewed the three-year strategic cooperation agreement; The starting salary rose to 260000 yuan! Samsung sk of South Korea competes for salary increase to retain semiconductor talents;
Meituan P4 carefully collated microservice system architecture design manual to see the world of microservice architecture
Sqlization is the first step in ETL incremental production. What are the core capabilities of such an architecture?
Postgraduate entrance examination vocabulary 2023 sharing (1)
How do clients request databases?
Can you afford to buy a house in Beijing, Shanghai, Guangzhou and Shenzhen with an annual salary of 1million?
PHP 字符串与二进制相互转换
架构实战营 毕业总结