Join the community today
Become a Member

Python 3.4.1

Discussion in 'Other Centmin Mod Installed software' started by dorobo, Jun 18, 2014.

  1. dorobo

    dorobo Active Member

    420
    104
    43
    Jun 6, 2014
    Ratings:
    +162
    Local Time:
    3:59 PM
    latest
    latest
    I'm just curious why are we using 2.7.7 instead of the latest version 3?


    :)
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    5:59 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Well a lot of Python apps still seem to be written for specific versions like 2.6 or 2.7 so compatibility issues arise when you jump to 3.x series. That's why :)
     
  3. JoeDer

    JoeDer Member

    82
    19
    8
    Feb 22, 2015
    Ratings:
    +48
    Local Time:
    9:59 AM
    Nginx 1.21.x
    MariaDB 10.3.x
    How we can use Python 3 on CMD? I saw the installation script in addons folder and I installed python36 but when I run python3 it gives me: -bash: python3: command not found
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    5:59 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    For addons/python36_install.sh installed python 3.6 command would be python3.6 and pip3.6
    Code (Text):
    rpm -ql python36u python36u-pip | grep bin
    /usr/bin/pydoc3.6
    /usr/bin/python3.6
    /usr/bin/python3.6m
    /usr/bin/pyvenv-3.6
    /usr/bin/pip3.6