- Django RESTful Web Services
- Gaston C. Hillar
- 228字
- 2021-06-30 19:30:54
Understanding the directory structure for a virtual environment
The specified target folder has a new directory tree that contains Python executable files and other files that indicate it is a PEP405 virtual environment.
In the root directory for the virtual environment, the pyenv.cfg configuration file specifies different options for the virtual environment and its existence is an indicator that we are in the root folder for a virtual environment. In Linux and macOS, the folder will have the following main subfolders: bin, include, lib, lib/python3.6, and lib/python3.6/site-packages. In Windows, the folder will have the following main subfolders: Include, Lib, Lib\site-packages, and Scripts. The directory trees for the virtual environment in each platform are the same as the layout of the Python installation on these platforms.
The following diagram shows the folders and files in the directory trees generated for the 01 virtual environments in macOS and Linux platforms:

The following diagram shows the main folders in the directory trees generated for the virtual environment in Windows:

- Node.js+Webpack開發(fā)實戰(zhàn)
- 國際大學(xué)生程序設(shè)計競賽中山大學(xué)內(nèi)部選拔真題解(二)
- Ext JS Data-driven Application Design
- 程序員面試算法寶典
- AngularJS Web Application Development Blueprints
- JavaScript動態(tài)網(wǎng)頁開發(fā)詳解
- Gradle for Android
- MATLAB for Machine Learning
- 微信小程序開發(fā)與實戰(zhàn)(微課版)
- Mastering Web Application Development with AngularJS
- C#程序設(shè)計(項目教學(xué)版)
- Citrix XenServer企業(yè)運維實戰(zhàn)
- Raspberry Pi Robotic Projects(Third Edition)
- 算法圖解
- 零基礎(chǔ)C#學(xué)習(xí)筆記