This allows Python programs that know what they’re doing to modify or replace the module search path. Điều này cho phép các chương trình Python thay đổi hoặc thay thế đường dẫn tìm mô-đun.
PATH Display or set a search path for executable files• # PATH Màn hình hiển thị hoặc thiết lập một con đường tìm kiếm cho các tập tin thực thi
Path Displays or sets a search path for executable files # PATH Màn hình hiển thị hoặc thiết lập một con đường tìm kiếm cho các tập tin thực thi
PATH - to display or set a search path for executable files # PATH Màn hình hiển thị hoặc thiết lập một con đường tìm kiếm cho các tập tin thực thi
p means a search path. với p(k) là hướng tìm.
A search path is a list of directories that the interpreter searches before importing a module. Đường dẫn tìm kiếm là danh sách các thư mục mà trình thông dịch tìm kiếm trước khi nhập module.
The variable sys.path is a list of strings that determines the interpreter’s search path for modules. Biến sys.path là một danh sách các xâu mà xác định đường dẫn tìm kiếm module của trình thông dịch.
Timetable and Route Search Schema và Search path
This allows Python programs that know what they’re doing to modify or replace the module search path. Điều này cho phép chương trình Python biết cái mà chúng đang làm để sửa đổi hoặc thay thế đường dẫn tìm kiếm module.
Developers of libraries are encouraged to place their dynamic libraries in places in the default search path. Các nhà phát triển thư viện được khuyến khích đặt thư viện động của họ ở những nơi trong đường dẫn tìm kiếm mặc định.