File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This buildpack participates if `requirements.txt` exists at the root the app.
1111The buildpack will do the following:
1212* At build time:
1313 - Installs the application packages to a layer made available to the app.
14- - Sets the ` PYTHONUSERBASE ` to this layer .
14+ - Prepends the layer site-packages onto ` PYTHONPATH ` .
1515* At run time:
1616 - Does nothing
1717
@@ -35,14 +35,14 @@ file that looks like the following:
3535 [requires .metadata ]
3636
3737 # Setting the build flag to true will ensure that the site-packages
38- # dependency is available on the $PYTHONUSERBASE for subsequent
38+ # dependency is available on the $PYTHONPATH for subsequent
3939 # buildpacks during their build phase. If you are writing a buildpack that
4040 # needs site-packages during its build process, this flag should be
4141 # set to true.
4242 build = true
4343
4444 # Setting the launch flag to true will ensure that the site-packages
45- # dependency is available on the $PYTHONUSERBASE for the running
45+ # dependency is available on the $PYTHONPATH for the running
4646 # application. If you are writing an application that needs site-packages
4747 # at runtime, this flag should be set to true.
4848 launch = true
You can’t perform that action at this time.
0 commit comments