Skip to content

Instantly share code, notes, and snippets.

@a1git
Created August 13, 2019 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a1git/81e1e25e73039186f99f8d06e99e2b88 to your computer and use it in GitHub Desktop.
Save a1git/81e1e25e73039186f99f8d06e99e2b88 to your computer and use it in GitHub Desktop.
root@c2-heat-api-container-69047147:~# dpkg -l | grep python
ii dh-python 2.20151103ubuntu1.1 all Debian helper tools for packaging Python libraries and applications ii libpython-stdlib:amd64 2.7.12-1~16.04 amd64 interactive high-level object-oriented language (default python version)
ii libpython2.7-minimal:amd64 2.7.12-1ubuntu0~16.04.3 amd64 Minimal subset of the Python language (version 2.7)
ii libpython2.7-stdlib:amd64 2.7.12-1ubuntu0~16.04.3 amd64 Interactive high-level object-oriented language (standard library, version 2.7)
ii libpython3-stdlib:amd64 3.5.1-3 amd64 interactive high-level object-oriented language (default python3 version)
ii libpython3.5:amd64 3.5.2-2ubuntu0~16.04.4 amd64 Shared Python runtime library (version 3.5)
ii libpython3.5-minimal:amd64 3.5.2-2ubuntu0~16.04.4 amd64 Minimal subset of the Python language (version 3.5)
ii libpython3.5-stdlib:amd64 3.5.2-2ubuntu0~16.04.4 amd64 Interactive high-level object-oriented language (standard library, version 3.5)
ii python 2.7.12-1~16.04 amd64 interactive high-level object-oriented language (default version)
ii python-apt 1.1.0~beta1ubuntu0.16.04.5 amd64 Python interface to libapt-pkg
ii python-apt-common 1.1.0~beta1ubuntu0.16.04.5 all Python interface to libapt-pkg (locales)
ii python-minimal 2.7.12-1~16.04 amd64 minimal subset of the Python language (default version)
ii python-pip-whl 8.1.1-2ubuntu0.4 all alternative Python package installer
ii python-pkg-resources 39.0.1-2~cloud0 all Package Discovery and Resource Access using pkg_resources
ii python-virtualenv 15.0.1+ds-3ubuntu1 all Python virtual environment creator
ii python2.7 2.7.12-1ubuntu0~16.04.3 amd64 Interactive high-level object-oriented language (version 2.7)
ii python2.7-minimal 2.7.12-1ubuntu0~16.04.3 amd64 Minimal subset of the Python language (version 2.7)
ii python3 3.5.1-3 amd64 interactive high-level object-oriented language (default python3 version)
ii python3-minimal 3.5.1-3 amd64 minimal subset of the Python language (default python3 version)
ii python3-pkg-resources 39.0.1-2~cloud0 all Package Discovery and Resource Access using pkg_resources
ii python3-virtualenv 15.0.1+ds-3ubuntu1 all Python virtual environment creator
ii python3.5 3.5.2-2ubuntu0~16.04.4 amd64 Interactive high-level object-oriented language (version 3.5)
ii python3.5-minimal 3.5.2-2ubuntu0~16.04.4 amd64 Minimal subset of the Python language (version 3.5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment