Skip to content

Commit

Permalink
Add shell example
Browse files Browse the repository at this point in the history
  • Loading branch information
tomers authored Sep 10, 2017
1 parent 5ccca3f commit 4e21737
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
Docker container with Ubuntu 14.04 and Python 3.6.2

```bash
$ 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
```

0 comments on commit 4e21737

Please sign in to comment.