Apr-18-2020, 10:21 AM
the thing to look for when you issue a
if python -V shows 3.7, your environment paths are not correct for python 3.8 (you need to check the environment path option when installing). If this the case, unless your very comfortable with changing OS environment paths would be to remove and reinstall python 3.8.
see snippsat's installation instructions here: https://python-forum.io/Forum-Python-Ins...-Execution
pip -V
command is the version of python pip is using.if python -V shows 3.7, your environment paths are not correct for python 3.8 (you need to check the environment path option when installing). If this the case, unless your very comfortable with changing OS environment paths would be to remove and reinstall python 3.8.
see snippsat's installation instructions here: https://python-forum.io/Forum-Python-Ins...-Execution