当前位置:网站首页>venv: venv 的目录结构
venv: venv 的目录结构
2022-07-01 10:04:00 【FakeOccupational】
venv的目录结构
突然发现Venv还是挺好用的,其可以包括完整的python执行文件。以下为venv的目录结构。
- 目录结构:

- 使用venv进行执行

不同平台的目录结构
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
- 本来想在windows下执行一下,网络无法接通,也可以不下载而选择已有的环境



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
参考与更多
这种简化的树结构使您可以更好地了解虚拟环境文件夹中发生的事情
https://blog.csdn.net/ResumeProject/article/details/119645187?
边栏推荐
- Does anyone know the logic of limit statement execution in Clickhouse? In the picture, the SQL above can be executed successfully
- 程序员都想去国企?技术落后薪资低,躺平几年出来都找不到工作...
- Ssh server rejects password, try again; Permitrootlogin yes invalid problem
- 架构实战营 毕业总结
- Ubuntu系统安装与配置MySQL
- SQL SERVER2014删除数据库失败,报错偏移量0x0000...
- C# 一行代码计算文件的MD5值 - CodePlus系列
- uniapp微信小程序组件按需引入
- “中移链”国密引擎在BSN正式上线
- Wechat emoticons are written into the judgment, and the OK and bomb you send may become "testimony in court"
猜你喜欢
![C [byte array] and [hexadecimal string] mutual conversion - codeplus series](/img/d2/dad88f53701c7cd7638bd4983cbb4b.png)
C [byte array] and [hexadecimal string] mutual conversion - codeplus series

Module 9: design e-commerce seckill system
![C# [字节数组]与[16进制字符串]互相转换 - CodePlus系列](/img/d2/dad88f53701c7cd7638bd4983cbb4b.png)
C# [字节数组]与[16进制字符串]互相转换 - CodePlus系列

HMS Core音频编辑服务3D音频技术,助力打造沉浸式听觉盛宴

Import and export of power platform platform sharepointlist

Fried money, lost 10million.

Hardware midrange project

Concept of digital currency

Apple amplification! It's done so well

Live broadcast management project
随机推荐
零基础入门测试该学什么?最全整理,照着学就对了
微信表情符号写入判决书,你发的OK、炸弹都可能成为“呈堂证供”
请问有没有人知道clickhouse 中 limit语句执行的逻辑,图片中,上面的SQL可以执行成功
Superscalar processor design yaoyongbin Chapter 4 branch prediction -- Excerpt from subsection 4.1
BSN长话短说之十:如何保证NFT的安全
In terms of use
在中金证券上做基金定投安全吗?
C# [字节数组]与[16进制字符串]互相转换 - CodePlus系列
遇到女司机业余开滴滴,日入500!
STM32 inverter power supply design scheme, based on STM32F103 controller [easy to understand]
PHP code audit and File Inclusion Vulnerability
TC8:UDP_USER_INTERFACE_01-08
好高的佣金,《新程序员》合伙人计划来袭,人人皆可参与!
sql语句修改字段类型「建议收藏」
If you meet a female driver and drive didi as an amateur, you can earn 500 a day!
Introduction to expressions and operators in C language
项目必用的全局异常处理器,你学会了吗
Eat a rich woman's melon...
C one line code calculates the MD5 value of the file - codeplus series
Graduation summary of actual combat camp