I used this tutorial to install a custom python version:
Installing a custom version of Python 3 – DreamHost Knowledge Base
i followed the tutorials, and then I checked the python version, and it returned it was python 2.7.
Looking in links: /tmp/tmpfc7y9rrc Collecting setuptools Collecting pip Installing collected packages: setuptools, pip Successfully installed pip-19.2.3 setuptools-41.2.0 [ps623849]$ cd ~ [ps623849]$ . ~/.bash_profile [ps623849]$ which python3 /usr/bin/python3 [ps623849]$ python3 --version Python 3.5.3 [ps623849]$ pip install django -bash: pip: command not found [ps623849]$ . ~/.bash_profile [ps623849]$ which python3 /home/dh_vfxqwc/opt/python-3.8.1/bin/python3 [ps623849]$ python --version Python 2.7.13 [ps623849]$
this is my bash after all of the installation thing was complete.
can you help me please