I am new to python, just installed python 3.8.2 and using pycharm to try programming
I guess there is sth wrong with my pip which always direct to the directory of python 2.7 and I tried to alias to the new version, which seems fine, but when I install pygame using pip, it still saves in folders under python 2.7
which python
python: aliased to /usr/local/bin/python3.8
which pip
pip: aliased to /usr/local/bin/pip3.8
when I try
pip install pygame
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: pygame in ./Library/Python/2.7/lib/python/site-packages (2.0.0.dev6)