当前位置:网站首页>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?
边栏推荐
- 7-Zip boycotted? The callers have committed "three crimes": pseudo open source, unsafe, and the author is from Russia!
- Fried money, lost 10million.
- High precision factorial
- C one line code calculates the MD5 value of the file - codeplus series
- Comparison between Oracle JDK and openjdk
- Apple amplification! It's done so well
- Project procurement management
- 4hutool实战:DateUtil-格式化时间[通俗易懂]
- Wechat emoticons are written into the judgment, and the OK and bomb you send may become "testimony in court"
- 零基础入门测试该学什么?最全整理,照着学就对了
猜你喜欢

Programmers want to go to state-owned enterprises? The technology is backward and the salary is low. I can't find a job after lying flat for several years

Module 9: design e-commerce seckill system

dotnet 控制台 使用 Microsoft.Maui.Graphics 配合 Skia 进行绘图入门

TC8:UDP_ USER_ INTERFACE_ 01-08

Scratch big fish eat small fish Electronic Society graphical programming scratch grade examination level 2 true questions and answers analysis June 2022

scratch大鱼吃小鱼 电子学会图形化编程scratch等级考试二级真题和答案解析2022年6月

The latest masterpiece of Alibaba, which took 182 days to produce 1015 pages of distributed full stack manual, is so delicious

电脑USB、HDMI、DP各种接口及速度

Introduction of uniapp wechat applet components on demand

程序员都想去国企?技术落后薪资低,躺平几年出来都找不到工作...
随机推荐
Ubuntu system installation and MySQL configuration
scratch大鱼吃小鱼 电子学会图形化编程scratch等级考试二级真题和答案解析2022年6月
uniapp微信小程序组件按需引入
Eat a rich woman's melon...
This is the best flash popular science article I have ever seen!
[unity rendering] customized screen post-processing
About widthstep of images in opencv
PHP 字符串与二进制相互转换
云原生到底是什么?它会是未来发展的趋势吗?
dotnet 控制台 使用 Microsoft.Maui.Graphics 配合 Skia 进行绘图入门
7-Zip boycotted? The callers have committed "three crimes": pseudo open source, unsafe, and the author is from Russia!
STM32 inverter power supply design scheme, based on STM32F103 controller [easy to understand]
历史上的今天:九十年代末的半导体大战;冯·诺依曼发表第一份草案;CBS 收购 CNET...
Concept of digital currency
How did the data center change from "Britney Spears" to "Mrs. cow"?
button按钮清除边框
IPv6 learning notes
零基础入门测试该学什么?最全整理,照着学就对了
HMS Core音频编辑服务3D音频技术,助力打造沉浸式听觉盛宴
嵌入式开发用到的一些工具