Closed jinleileiking closed 2 years ago
$ sudo yum install python-pip $ sudo pip install mycli
should be
$ sudo yum install python-pip3 $ pip3 install mycli
test on aws ec2 centos7
Nice one, I think we should go for Python3 now. cc @amjith
I agree. Feel free to send us a PR. Happy to merge.
@amjith i opened one, haha: https://github.com/dbcli/mycli/pull/1061
should be
test on aws ec2 centos7