From 3296a828e81dfe4f6ceb66acd06f7c4faf3f5663 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Tue, 10 Dec 2019 23:09:51 +0500 Subject: [PATCH] symlink to p2 --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.py b/install/install.py index c49546fc7..3094fb762 100755 --- a/install/install.py +++ b/install/install.py @@ -1970,7 +1970,7 @@ milter_default_action = accept command = "python3.6 -m venv /usr/local/CyberCP" preFlightsChecks.call(command, distro, command, command, 1, 0, os.EX_OSERR) - command = "ln -s /usr/local/CyberCP/bin/python /usr/local/CyberCP/bin/python" + command = "ln -s /usr/local/CyberCP/bin/python /usr/local/CyberCP/bin/python2" preFlightsChecks.call(command, distro, command, command, 1, 0, os.EX_OSERR) except OSError as msg: