File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
graalpython/org.graalvm.python.embedding/src/org/graalvm/python/embedding/utils Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 60
60
* <ul>
61
61
* <li>Python application files</li>
62
62
* <li>Third-party Python packages</li>
63
- * <li>The Python standard library</li>
64
63
* </ul>
65
64
*
66
65
* <p>
101
100
* Python packages. The Context will be configured as if it is executed from this virtual
102
101
* environment. Notably packages installed in this virtual environment will be automatically
103
102
* available for importing.</li>
104
- * <li>${resources_root}/home: used for the Python standard library (equivalent to PYTHONHOME
105
- * environment variable).</li>
106
103
* </ul>
107
104
* where ${resources_root} is either the resource root <code>/org.graalvm.python.vfs</code> or an
108
105
* external directory.
139
136
* <p>
140
137
* <b>GraalPy context</b> instances created by factory methods in this class are preconfigured with
141
138
* some particular resource paths:
142
- * <li><code>${resources_root}/home</code> - is reserved for the GraalPy Standard Library. GraalPy
143
- * context will be configured to use this standard library as if set in PYTHONHOME environment
144
- * variable.</li>
145
139
* <li><code>${resources_root}/venv</code> - is reserved for a python virtual environment holding
146
140
* third-party packages. The context will be configured as if it were executed from this virtual
147
141
* environment. Notably packages installed in this virtual environment will be automatically
You can’t perform that action at this time.
0 commit comments