- 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:

- The Android Game Developer's Handbook
- Java面向對象軟件開發
- AngularJS深度剖析與最佳實踐
- Java Web開發技術教程
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Xamarin.Forms Projects
- 概率成形編碼調制技術理論及應用
- MATLAB 2020從入門到精通
- Python Interviews
- Advanced Python Programming
- H5+移動營銷設計寶典
- Mastering Leap Motion
- JavaScript編程精解(原書第3版)
- Java程序設計(項目教學版)
- 深度學習:基于Python語言和TensorFlow平臺(視頻講解版)