scrapy version check with CLI mode admin December 24, 2018 Python 0 Comments It’s very simple, just run below command.>>> scrapy version Related Posts django install with anaconda admin October 22, 2018 Just open anaconda cmd & run following command conda install -c anaconda django .. how to check python version in linux? zendnwar March 8, 2016 It’s very simple: python –version or python -V ..