From 5fd299ef0eb1974fe087bbb98a0481148fee8867 Mon Sep 17 00:00:00 2001 From: gryf Date: Tue, 8 Oct 2019 08:05:04 +0200 Subject: [PATCH] Added ipython and ptpython --- bootstrap_centos7.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bootstrap_centos7.sh b/bootstrap_centos7.sh index 2f603e6..acf3718 100755 --- a/bootstrap_centos7.sh +++ b/bootstrap_centos7.sh @@ -7,7 +7,11 @@ sudo yum -y install epel-release sudo yum -y update # rxvt-unicode-256color to have proper terminfo -PGS="bash-completion vim mc python2-jedi python3.6-jedi htop python-flake8 python2-mccabe python36-mccabe ctags python2-pylint python2-pylint python36-pylint git-review the_silver_searcher python2-apsw python34-apsw ccze python-pip python2-pip python3-pip rxvt-unicode-256color tmux jq" +PGS="bash-completion vim mc python2-jedi python3.6-jedi htop python-flake8 + python2-mccabe python36-mccabe ctags python2-pylint python2-pylint + python36-pylint git-review the_silver_searcher python2-apsw + python34-apsw ccze python-pip python2-pip python3-pip + rxvt-unicode-256color tmux jq python-ipython-console ptpython2" # 2. install tools sudo yum install -y $PGS