Gabirel / Hack-SpaceVim

🚀 Tell you how to hack SpaceVim. Be useful. Try Discussions!
MIT License
475 stars 68 forks source link

python version check command fail #23

Closed hotleave closed 7 years ago

hotleave commented 7 years ago

Start to install - step 3

python -v

where -v means verbose, but -V means version. Here is part of python --help:

-v     : verbose (trace import statements); also PYTHONVERBOSE=x
-V     : print the Python version number and exit (also --version)
Gabirel commented 7 years ago

It's my mistake. Fix later. You should use -V instead