Python recipe

This commit is contained in:
2019-05-27 22:13:10 -04:00
parent bce2f6a261
commit 69b621a643
2 changed files with 45 additions and 0 deletions

3
attributes/python.rb Normal file
View File

@ -0,0 +1,3 @@
default['python']['env_path'] = "/opt/theta42/#{node['app']['name']}/env/python"
default['python']['version'] = '3.6'
default['python']['pip_requirements_path'] = 'requirements.txt'