101
101
* <p>
102
102
* <b>GraalPy context</b> instances created by factory methods in this class are preconfigured with
103
103
* some particular resource paths:
104
- * <li><code>${resources_root_directory}/home</code> - is reserved for the GraalPy Standard Library.
105
- * GraalPy context will be configured to use this standard library as if set in PYTHONHOME
106
- * environment variable.</li>
107
104
* <li><code>${resources_root_directory}/venv</code> - is reserved for a python virtual environment
108
105
* holding third-party packages. The context will be configured as if it were executed from this
109
106
* virtual environment. Notably packages installed in this virtual environment will be automatically
@@ -160,8 +157,6 @@ private GraalPyResources() {
160
157
* <p>
161
158
* Following resource paths are preconfigured:
162
159
* <ul>
163
- * <li><code>/org.graalvm.python.vfs/home</code> - is set as the GraalPy Standard Library
164
- * location</li>
165
160
* <li><code>/org.graalvm.python.vfs/venv</code> - is set as the python virtual environment
166
161
* location</li>
167
162
* <li><code>/org.graalvm.python.vfs/src</code> - is set as the python sources location</li>
@@ -179,8 +174,6 @@ public static Context createContext() {
179
174
* <p>
180
175
* Following resource paths are preconfigured:
181
176
* <ul>
182
- * <li><code>/org.graalvm.python.vfs/home</code> - is set as the GraalPy Standard Library
183
- * location</li>
184
177
* <li><code>/org.graalvm.python.vfs/venv</code> - is set as the python virtual environment
185
178
* location</li>
186
179
* <li><code>/org.graalvm.python.vfs/src</code> - is set as the python sources location</li>
@@ -216,8 +209,6 @@ public static Context.Builder contextBuilder() {
216
209
* <p>
217
210
* Following resource paths are preconfigured:
218
211
* <ul>
219
- * <li><code>/org.graalvm.python.vfs/home</code> - is set as the GraalPy Standard Library
220
- * location</li>
221
212
* <li><code>/org.graalvm.python.vfs/venv</code> - is set as the python virtual environment
222
213
* location</li>
223
214
* <li><code>/org.graalvm.python.vfs/src</code> - is set as the python sources location</li>
@@ -276,8 +267,6 @@ public static Context.Builder contextBuilder(VirtualFileSystem vfs) {
276
267
* <p>
277
268
* Following resource paths are preconfigured:
278
269
* <ul>
279
- * <li><code>${resourcesDirectory}/home</code> - is set as the GraalPy Standard Library
280
- * location</li>
281
270
* <li><code>${resourcesDirectory}/venv</code> - is set as the python virtual environment
282
271
* location</li>
283
272
* <li><code>${resourcesDirectory}/src</code> - is set as the python sources location</li>
@@ -399,7 +388,6 @@ public static Path getNativeExecutablePath() {
399
388
* The structure of the created resource directory will stay the same like the embedded Python
400
389
* resources structure:
401
390
* <ul>
402
- * <li><code>${resourcesDirectory}/home</code> - the GraalPy Standard Library location</li>
403
391
* <li><code>${resourcesDirectory}/venv</code> - the python virtual environment location</li>
404
392
* <li><code>${resourcesDirectory}/src</code> - the python sources location</li>
405
393
* </ul>
0 commit comments