Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

node6.10.3 python3.5.3

Latest
Compare
Choose a tag to compare
@alitari alitari released this 15 May 14:35

OS

root@e31b5ffcf35e:/usr/src/app# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
NAME="Debian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=debian

Node:

root@e31b5ffcf35e:/usr/src/app# npm version
{ npm: '4.5.0',
  ares: '1.10.1-DEV',
  http_parser: '2.7.0',
  icu: '56.1',
  modules: '48',
  node: '6.10.3',
  openssl: '1.0.2k',
  uv: '1.9.1',
  v8: '5.1.281.101',
  zlib: '1.2.11' }

Python:

root@e31b5ffcf35e:/usr/src/app# python --version
Python 3.5.3