Hi, I am installing Arches 5 on my laptop.
When installing nodejs, using the install script ubuntu_install.sh, I note that it installs a whole load of Python2.7 stuff, whereas I understand that we are now using Python3 for Arches 5. Is this a problem? The script output is below. Best wishes, Pat sudo apt-get install -y nodejs ## precipitates the following messages: # Reading package lists... Done # Building dependency tree # Reading state information... Done # The following additional packages will be installed: # libpython-stdlib python python-minimal python2.7 python2.7-minimal # Suggested packages: # python-doc python-tk python2.7-doc binfmt-support # The following NEW packages will be installed # libpython-stdlib nodejs python python-minimal python2.7 python2.7-minimal # 0 to upgrade, 6 to newly install, 0 to remove and 6 not to upgrade. # Need to get 16.4 MB/17.9 MB of archives. # After this operation, 86.3 MB of additional disk space will be used. # Get:1 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 python-minimal amd64 2.7.15~rc1-1 [28.1 kB] # Get:2 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 libpython-stdlib amd64 2.7.15~rc1-1 [7,620 B] # Get:3 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 python amd64 2.7.15~rc1-1 [140 kB] # Get:4 https://deb.nodesource.com/node_10.x bionic/main amd64 nodejs amd64 10.22.0-1nodesource1 [16.2 MB] # Fetched 16.4 MB in 9s (1,823 kB/s) # Selecting previously unselected package python2.7-minimal. # (Reading database ... 202450 files and directories currently installed.) # Preparing to unpack .../python2.7-minimal_2.7.17-1~18.04ubuntu1.1_amd64.deb ... # Unpacking python2.7-minimal (2.7.17-1~18.04ubuntu1.1) ... # Selecting previously unselected package python-minimal. # Preparing to unpack .../python-minimal_2.7.15~rc1-1_amd64.deb ... # Unpacking python-minimal (2.7.15~rc1-1) ... # Selecting previously unselected package python2.7. # Preparing to unpack .../python2.7_2.7.17-1~18.04ubuntu1.1_amd64.deb ... # Unpacking python2.7 (2.7.17-1~18.04ubuntu1.1) ... # Selecting previously unselected package libpython-stdlib:amd64. # Preparing to unpack .../libpython-stdlib_2.7.15~rc1-1_amd64.deb ... # Unpacking libpython-stdlib:amd64 (2.7.15~rc1-1) ... # Setting up python2.7-minimal (2.7.17-1~18.04ubuntu1.1) ... # Linking and byte-compiling packages for runtime python2.7... # Setting up python-minimal (2.7.15~rc1-1) ... # Selecting previously unselected package python. # (Reading database ... 202507 files and directories currently installed.) # Preparing to unpack .../python_2.7.15~rc1-1_amd64.deb ... # Unpacking python (2.7.15~rc1-1) ... # Selecting previously unselected package nodejs. # Preparing to unpack .../nodejs_10.22.0-1nodesource1_amd64.deb ... # Unpacking nodejs (10.22.0-1nodesource1) ... # Setting up nodejs (10.22.0-1nodesource1) ... # Setting up python2.7 (2.7.17-1~18.04ubuntu1.1) ... # Setting up libpython-stdlib:amd64 (2.7.15~rc1-1) ... # Setting up python (2.7.15~rc1-1) ... # Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ... # Processing triggers for man-db (2.8.3-2ubuntu0.1) ... # Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ... # Processing triggers for mime-support (3.60ubuntu1) ... ## -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/archesproject/cbb35df3-15b2-420b-8b37-1ef095993d0en%40googlegroups.com.
