如果不额外配置的话,jieba无法从命令行直接调取。可以采用以下的方式:
python -m jieba -V
详见https://github.com/fxsjy/jieba 中对command line interface的介绍。