From b5444555a4c2899aa52402501ebf957a6b984c98 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Thu, 23 Apr 2015 12:27:52 +0530 Subject: [PATCH] Fix issue 503 sub-issue no 3 --- install | 10 ++++++++++ setup.py | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/install b/install index 5dd5e101..5534f115 100644 --- a/install +++ b/install @@ -372,3 +372,13 @@ else fi fi ee sync | tee -ai $EE_INSTALL_LOG + +echo +ee_lib_echo "For EasyEngine (ee) auto completion, run the following command" +echo +ee_lib_echo_info "source /etc/bash_completion.d/ee_auto.rc" +echo +ee_lib_echo "EasyEngine (ee) installed successfully" +ee_lib_echo "EasyEngine (ee) help: http://docs.rtcamp.com/easyengine/" + + diff --git a/setup.py b/setup.py index 9c58ca4b..50ad4947 100644 --- a/setup.py +++ b/setup.py @@ -97,13 +97,3 @@ setup(name='ee', """, namespace_packages=[], ) - -print("""\033[94m -For EasyEngine (ee) auto completion, run the following command -\033[92m -source /etc/bash_completion.d/ee_auto.rc -\033[94m -EasyEngine (ee) installed successfully -EasyEngine (ee) help: http://docs.rtcamp.com/easyengine/ -\033[0m -""")