Skip to content

Commit

Permalink
Add example of installing a package into a virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Feb 11, 2024
1 parent 7d6bfdb commit c7373cf
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,12 @@
# group python_group
# live_stream true
# end

# List out venvs with "pyenv versions"
boxcutter_python_pyenv_package 'vcstool' do
pyenv_root '/home/python/.pyenv'
pyenv_version '3.10.4/envs/venv310'
user 'python'
group 'python'
live_stream true
end

0 comments on commit c7373cf

Please sign in to comment.