Skip to content

Commit

Permalink
deploy: 851310c
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoghlan committed Oct 31, 2024
1 parent 32a1cbc commit 3cef46d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ they can reasonably avoid it.
portable, deterministic format, *without* needing to include copies of these large Python
frameworks in every application archive.

``venvstacks`` uses Python's ``sitecustomize.py`` environment setup feature
It achieves this by using Python's ``sitecustomize.py`` environment setup feature
to chain together three layers of Python virtual environments:

* "Runtime" layers: environments containing the desired version of a specific Python interpreter
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ <h1>Virtual Environment Stacks<a class="headerlink" href="#virtual-environment-s
<p><code class="docutils literal notranslate"><span class="pre">venvstacks</span></code> allows you to package Python applications and all their dependencies into a
portable, deterministic format, <em>without</em> needing to include copies of these large Python
frameworks in every application archive.</p>
<p><code class="docutils literal notranslate"><span class="pre">venvstacks</span></code> uses Python’s <code class="docutils literal notranslate"><span class="pre">sitecustomize.py</span></code> environment setup feature
<p>It achieves this by using Python’s <code class="docutils literal notranslate"><span class="pre">sitecustomize.py</span></code> environment setup feature
to chain together three layers of Python virtual environments:</p>
<ul class="simple">
<li><p>“Runtime” layers: environments containing the desired version of a specific Python interpreter</p></li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 3cef46d

Please sign in to comment.