Join the community today
Register Now

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:
    6:12 AM
    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

    50,489
    11,667
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,095
    Local Time:
    8:12 AM
    Nginx 1.25.x
    MariaDB 10.x
    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:
    1:12 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

    50,489
    11,667
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,095
    Local Time:
    8:12 AM
    Nginx 1.25.x
    MariaDB 10.x
    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