René's URL Explorer Experiment


Title: The initialization of the sys.path module search path — Python 3.15.0a5 documentation

Open Graph Title: The initialization of the sys.path module search path

Description: A module search path is initialized when Python starts. This module search path may be accessed at sys.path. The first entry in the module search path is the directory that contains the input scrip...

Open Graph Description: A module search path is initialized when Python starts. This module search path may be accessed at sys.path. The first entry in the module search path is the directory that contains the input scrip...

Opengraph URL: https://docs.python.org/3/library/sys_path_init.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_library_sys_path_init_e00f095a.png
og:image:altA module search path is initialized when Python starts. This module search path may be accessed at sys.path. The first entry in the module search path is the directory that contains the input scrip...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
The initialization of the sys.path module search pathhttps://docs.python.org/dev/library/sys_path_init.html
Virtual Environmentshttps://docs.python.org/dev/library/sys_path_init.html#virtual-environments
_pth fileshttps://docs.python.org/dev/library/sys_path_init.html#pth-files
Embedded Pythonhttps://docs.python.org/dev/library/sys_path_init.html#embedded-python
importlib.metadata – Accessing package metadatahttps://docs.python.org/dev/library/importlib.metadata.html
Python Language Serviceshttps://docs.python.org/dev/library/language.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/sys_path_init.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/language.html
previoushttps://docs.python.org/dev/library/importlib.metadata.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Importing Moduleshttps://docs.python.org/dev/library/modules.html
The initialization of the sys.path module search pathhttps://docs.python.org/dev/library/sys_path_init.html
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
https://docs.python.org/dev/library/sys_path_init.html#the-initialization-of-the-sys-path-module-search-path
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
-chttps://docs.python.org/dev/using/cmdline.html#cmdoption-c
-mhttps://docs.python.org/dev/using/cmdline.html#cmdoption-m
PYTHONPATHhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONPATH
PYTHONPATHhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONPATH
sitehttps://docs.python.org/dev/library/site.html#module-site
extension modulehttps://docs.python.org/dev/glossary.html#term-extension-module
PYTHONHOMEhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONHOME
sys.platlibdirhttps://docs.python.org/dev/library/sys.html#sys.platlibdir
PYTHONPLATLIBDIRhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONPLATLIBDIR
sys.base_prefixhttps://docs.python.org/dev/library/sys.html#sys.base_prefix
sys.base_exec_prefixhttps://docs.python.org/dev/library/sys.html#sys.base_exec_prefix
PYTHONHOMEhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONHOME
sys.prefixhttps://docs.python.org/dev/library/sys.html#sys.prefix
sys.exec_prefixhttps://docs.python.org/dev/library/sys.html#sys.exec_prefix
sys.base_prefixhttps://docs.python.org/dev/library/sys.html#sys.base_prefix
sys.base_exec_prefixhttps://docs.python.org/dev/library/sys.html#sys.base_exec_prefix
Virtual Environmentshttps://docs.python.org/dev/library/sys_path_init.html#sys-path-init-virtual-environments
sitehttps://docs.python.org/dev/library/site.html#module-site
sitecustomizehttps://docs.python.org/dev/library/site.html#module-sitecustomize
usercustomizehttps://docs.python.org/dev/library/site.html#module-usercustomize
sitehttps://docs.python.org/dev/library/site.html#module-site
-Ehttps://docs.python.org/dev/using/cmdline.html#cmdoption-E
-Ihttps://docs.python.org/dev/using/cmdline.html#cmdoption-I
-shttps://docs.python.org/dev/using/cmdline.html#cmdoption-s
-Shttps://docs.python.org/dev/using/cmdline.html#cmdoption-S
sys.prefixhttps://docs.python.org/dev/library/sys.html#sys.prefix
sys.exec_prefixhttps://docs.python.org/dev/library/sys.html#sys.exec_prefix
sitehttps://docs.python.org/dev/library/site.html#module-site
-Shttps://docs.python.org/dev/using/cmdline.html#cmdoption-S
https://docs.python.org/dev/library/sys_path_init.html#virtual-environments
sys.prefixhttps://docs.python.org/dev/library/sys.html#sys.prefix
sys.exec_prefixhttps://docs.python.org/dev/library/sys.html#sys.exec_prefix
sys.base_prefixhttps://docs.python.org/dev/library/sys.html#sys.base_prefix
sys.base_exec_prefixhttps://docs.python.org/dev/library/sys.html#sys.base_exec_prefix
sitehttps://docs.python.org/dev/library/site.html#module-site
sitehttps://docs.python.org/dev/library/site.html#module-site
virtual environments documentationhttps://docs.python.org/dev/library/site.html#site-virtual-environments-configuration
PYTHONHOMEhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONHOME
venvhttps://docs.python.org/dev/library/venv.html#module-venv
venvhttps://docs.python.org/dev/library/venv.html#module-venv
https://docs.python.org/dev/library/sys_path_init.html#pth-files
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
sitehttps://docs.python.org/dev/library/site.html#module-site
sitehttps://docs.python.org/dev/library/site.html#module-site
https://docs.python.org/dev/library/sys_path_init.html#embedded-python
Py_InitializeFromConfig()https://docs.python.org/dev/c-api/init.html#c.Py_InitializeFromConfig
PyConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig
Python Path Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-path-config
Finding moduleshttps://docs.python.org/dev/using/windows.html#windows-finding-modules
Using Python on Unix platformshttps://docs.python.org/dev/using/unix.html#using-on-unix
Table of Contentshttps://docs.python.org/dev/contents.html
The initialization of the sys.path module search pathhttps://docs.python.org/dev/library/sys_path_init.html
Virtual Environmentshttps://docs.python.org/dev/library/sys_path_init.html#virtual-environments
_pth fileshttps://docs.python.org/dev/library/sys_path_init.html#pth-files
Embedded Pythonhttps://docs.python.org/dev/library/sys_path_init.html#embedded-python
importlib.metadata – Accessing package metadatahttps://docs.python.org/dev/library/importlib.metadata.html
Python Language Serviceshttps://docs.python.org/dev/library/language.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/sys_path_init.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/language.html
previoushttps://docs.python.org/dev/library/importlib.metadata.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Importing Moduleshttps://docs.python.org/dev/library/modules.html
The initialization of the sys.path module search pathhttps://docs.python.org/dev/library/sys_path_init.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.