This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 108
CentOS- 7 problem #91
Comments
What version of poise-python are you using? |
Are you sure you are not also calling the recipe |
Same issue here: default['xxx']['python'] = {
2 => 'install',
3 => 'install',
'pypy' => 'nothing'
}
node['xxx']['python'].each do |k, v|
python_runtime k do
action v
options :system
end
end Shell:
|
@scalp42 What output do you see from Chef? |
Recipe:
Results: https://gist.github.com/scalp42/16c93ec80676329dd65e9f41dbcf4f48 |
Same problem here, tries to use scl although I explicitly asks to use :system |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looks like
on CentOS 7 does install
python27
from scl (I thoughtsystem
would use the default packges?), however pip is not working/installed:… and the system has now two python 2.x installed:
rpm -qa|grep -i python-2.7 python-2.7.5-48.el7.x86_64 python27-python-2.7.8-16.el7.x86_64
Any ideas?
My goal is not to setup a good python environment for a custom application but to install duplicity from epel and to install additional python packages to the system python which is used by the duplicity package.
The text was updated successfully, but these errors were encountered: