====== Python - cPanel ====== [seanys@s02ce ~]$ python Python 2.7.5 (default, Sep 7 2021, 05:04:39) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> [seanys@s02ce ~]$ cd virtualenv/isithotinhere/3.8/ [seanys@s02ce 3.8]$ ll bin/ total 56 -rw-r--r-- 1 seanys seanys 2138 Nov 5 17:20 activate -rw-r--r-- 1 seanys seanys 1080 Nov 5 17:20 activate.csh -rw-r--r-- 1 seanys seanys 2234 Nov 5 17:20 activate.fish -rw-r--r-- 1 seanys seanys 1137 Nov 5 17:20 activate_this.py -rwxr-xr-x 1 seanys seanys 273 Nov 5 17:20 easy_install -rwxr-xr-x 1 seanys seanys 273 Nov 5 17:20 easy_install-3.8 -rwxrwxr-x 1 seanys seanys 255 Nov 5 17:21 flask -rwxr-xr-x 1 seanys seanys 245 Nov 5 17:20 pip -rwxr-xr-x 1 seanys seanys 245 Nov 5 17:20 pip3 -rwxr-xr-x 1 seanys seanys 245 Nov 5 17:20 pip3.8 lrwxrwxrwx 1 seanys seanys 9 Nov 5 17:20 python -> python3.8 -rwxr-xr-x 1 seanys seanys 2359 Nov 5 17:20 python-config lrwxrwxrwx 1 seanys seanys 9 Nov 5 17:20 python3 -> python3.8 lrwxrwxrwx 1 seanys seanys 45 Nov 5 17:20 python3.8 -> /usr/share/l.v.e-manager/utils/python_wrapper -rwxr-xr-x 1 seanys seanys 7136 Nov 5 17:20 python3.8_bin lrwxrwxrwx 1 seanys seanys 46 Nov 5 17:20 set_env_vars.py -> /usr/share/l.v.e-manager/utils/set_env_vars.py -rwxr-xr-x 1 seanys seanys 252 Nov 5 17:20 wheel [seanys@s02ce 3.8]$ source ./bin/activate (isithotinhere:3.8)[seanys@s02ce 3.8]$ python Python 3.8.6 (default, Sep 6 2021, 04:03:13) [GCC 7.3.1 20180303 (Red Hat 7.3.1-5)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> (isithotinhere:3.8)[seanys@s02ce 3.8]$ python -m pip install --upgrade pip Cache entry deserialization failed, entry ignored Collecting pip Downloading https://files.pythonhosted.org/packages/a4/6d/6463d49a933f547439d6b5b98b46af8742cc03ae83543e4d7688c2420f8b/pip-21.3.1-py3-none-any.whl (1.7MB) 100% |████████████████████████████████| 1.7MB 918kB/s Installing collected packages: pip Found existing installation: pip 9.0.1 Uninstalling pip-9.0.1: Successfully uninstalled pip-9.0.1 Successfully installed pip-21.3.1 (isithotinhere:3.8)[seanys@s02ce 3.8]$ pip list Package Version ------------------ -------- click 8.0.3 Flask 2.0.2 Flask-WTF 0.15.1 importlib-metadata 4.8.1 itsdangerous 2.0.1 Jinja2 3.0.2 MarkupSafe 2.0.1 numpy 1.21.4 pandas 1.3.4 pip 21.3.1 python-dateutil 2.8.2 pytz 2021.3 setuptools 28.8.0 six 1.16.0 typing-extensions 3.10.0.2 Werkzeug 2.0.2 wheel 0.29.0 WTForms 2.3.3 zipp 3.6.0 (isithotinhere:3.8)[seanys@s02ce 3.8]$ cd ../../fueltracker/ (isithotinhere:3.8)[seanys@s02ce fueltracker]$ cd 3.8/ (isithotinhere:3.8)[seanys@s02ce 3.8]$ source ./bin/activate (fueltracker:3.8)[seanys@s02ce 3.8]$ python -m pip install --upgrade pip Cache entry deserialization failed, entry ignored Collecting pip Using cached https://files.pythonhosted.org/packages/a4/6d/6463d49a933f547439d6b5b98b46af8742cc03ae83543e4d7688c2420f8b/pip-21.3.1-py3-none-any.whl Installing collected packages: pip Found existing installation: pip 9.0.1 Uninstalling pip-9.0.1: Successfully uninstalled pip-9.0.1 Successfully installed pip-21.3.1 (fueltracker:3.8)[seanys@s02ce 3.8]$ pip list Package Version ------------------ -------- click 8.0.3 Flask 2.0.2 Flask-WTF 0.15.1 importlib-metadata 4.8.1 itsdangerous 2.0.1 Jinja2 3.0.2 MarkupSafe 2.0.1 numpy 1.21.4 pandas 1.3.4 pip 21.3.1 python-dateutil 2.8.2 pytz 2021.3 setuptools 28.8.0 six 1.16.0 typing-extensions 3.10.0.2 Werkzeug 2.0.2 wheel 0.29.0 WTForms 2.3.3 zipp 3.6.0 (fueltracker:3.8)[seanys@s02ce 3.8]$ cd ../../wolf.seanys.com/3.8/ (fueltracker:3.8)[seanys@s02ce 3.8]$ source ./bin/activate (wolf.seanys.com:3.8)[seanys@s02ce 3.8]$ python -m pip install --upgrade pip Cache entry deserialization failed, entry ignored Collecting pip Using cached https://files.pythonhosted.org/packages/a4/6d/6463d49a933f547439d6b5b98b46af8742cc03ae83543e4d7688c2420f8b/pip-21.3.1-py3-none-any.whl Installing collected packages: pip Found existing installation: pip 9.0.1 Uninstalling pip-9.0.1: Successfully uninstalled pip-9.0.1 Successfully installed pip-21.3.1 (wolf.seanys.com:3.8)[seanys@s02ce 3.8]$ pip list Package Version ------------------ -------- click 8.0.3 Flask 2.0.2 Flask-WTF 0.15.1 importlib-metadata 4.8.1 itsdangerous 2.0.1 Jinja2 3.0.2 MarkupSafe 2.0.1 pip 21.3.1 python-dateutil 2.8.2 pytz 2021.3 setuptools 28.8.0 six 1.16.0 typing-extensions 3.10.0.2 Werkzeug 2.0.2 wheel 0.29.0 WTForms 2.3.3 zipp 3.6.0 (wolf.seanys.com:3.8)[seanys@s02ce 3.8]$ pip list Package Version ------------------ -------- click 8.0.3 Flask 2.0.2 Flask-WTF 0.15.1 importlib-metadata 4.8.1 itsdangerous 2.0.1 Jinja2 3.0.2 MarkupSafe 2.0.1 numpy 1.21.4 pip 21.3.1 python-dateutil 2.8.2 pytz 2021.3 setuptools 28.8.0 six 1.16.0 typing-extensions 3.10.0.2 Werkzeug 2.0.2 wheel 0.29.0 WTForms 2.3.3 zipp 3.6.0 (wolf.seanys.com:3.8)[seanys@s02ce 3.8]$