how to check python version in linux? zendnwar March 8, 2016 Python, Uncategorized 5 Comments It’s very simple: python –version or python -V Related Posts How to check python version ? admin April 9, 2017 python -V .. anaconda mysqldb install admin October 22, 2018 Just run following command conda install -c anaconda mysql-python ..