Skip to content

tomers/docker-ubuntu-14.04-python-3.6.2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Docker container with Ubuntu 14.04 and Python 3.6.2

$ docker run -it tomersha/ubuntu-14.04-python-3.6.2 /bin/bash
root@aea91062010d:/# python -V
pyenv: python: command not found

The `python' command exists in these Python versions:
  3.6.2

root@aea91062010d:/# pyenv versions
  3.6.2
root@aea91062010d:/# pyenv shell 3.6.2
root@aea91062010d:/# python -V
Python 3.6.2

About

Dockerfile with Ubuntu 14.04 and python 3.6.2

Resources

Stars

Watchers

Forks

Packages

No packages published