学习笔记,仅供参考
参考自: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
查看python版本和安装路径
阅读 185
2022-06-02
学习笔记,仅供参考
参考自: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
相关推荐
精彩评论(0)