You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.1/2_ac_install_merge/dev-lang/python/python2.7_env

16 lines
321 B

# Calculate exec=/bin/bash cl_merge_pkg!=
if [[ -e /etc/env.d/python/config ]]
then
if grep -q python2\.6 /etc/env.d/python/config ||
grep -q python2\.5 /etc/env.d/python/config
then
if [[ -x /usr/bin/eselect ]]
then
eselect python set python2.7
else
echo python2.7 >/etc/env.d/python/config
fi
fi
fi