diff --git a/buildout/profiles/deployment.cfg b/buildout/profiles/deployment.cfg index 268e89fa0cd6d186f80f78093044b67e2b0f51b1..420ed08f2c0f9cc02362fe5372ea3ee5b04981c8 100644 --- a/buildout/profiles/deployment.cfg +++ b/buildout/profiles/deployment.cfg @@ -37,7 +37,6 @@ supervisor_programs = recipe = plone.recipe.command command = ln -sf ${software_definition:software_home}/bin/python2.4 ${buildout:bin-directory}/python2.4 - ln -sf ${software_definition:software_home}/bin/ipython2.4 ${buildout:bin-directory}/ipython2.4 update-command = ${:command} [software_definition]