Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Aug 27, 2023
1 parent 3379d47 commit a219c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/boxcutter_python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use of Python code without touching the system Python. And then virtualenv
can be used to create multiple, isolated environments within that python
install.

Use the `node['polymath_python']['pyenv']` attribute to define a hash
Use the `node['boxcutter_python']['pyenv']` attribute to define a hash
with a key specifying locations for each python install to be managed by
pyenv. By convention this is normally $HOME/.pyenv under a user account.
The pyenv program uses login shells to do its magic, so it requires a
Expand Down Expand Up @@ -85,7 +85,7 @@ https://github.com/pyenv/pyenv/issues/1843

However, you can install bare versions of python in shared locations and
manage them as plain python virtualenvs. This is supported via the
`node['polymath_python']['python_build']` attribute. It uses the same
`node['boxcutter_python']['python_build']` attribute. It uses the same
form as the `pyenv` attribute, just without the keys that wouldn't be
applicable system-wide.

Expand Down

0 comments on commit a219c5e

Please sign in to comment.