Gabirel/Hack-SpaceVim

python version check command fail

hotleave opened this issue · 1 comments

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)

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