I already have pretty table installed on Python 3.6 but I want to install it on python 3.8. So when I do pip install prettytable
, it shows that the package has already been installed for 3.6 but like I said that I also want it on Python 3.8.
How can I do that? I need both versions of Python for different projects. I use VSCode.