学习笔记,仅供参考
参考自:cmd中查看python版本和安装路径
我们可以在cmd中输入如下命令,查看python的版本以及安装路径:
C:\Users\goatbishop>python -V
Python 3.6.4 :: Anaconda, Inc.
C:\Users\goatbishop>where python
F:\software\Anaconda\python.exe
微信扫一扫
学习笔记,仅供参考
参考自:cmd中查看python版本和安装路径
我们可以在cmd中输入如下命令,查看python的版本以及安装路径:
C:\Users\goatbishop>python -V
Python 3.6.4 :: Anaconda, Inc.
C:\Users\goatbishop>where python
F:\software\Anaconda\python.exe
相关推荐