Skip to content

Instantly share code, notes, and snippets.

@benoitf
Last active May 23, 2016 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 benoitf/58676f14012ace34ecaa26d092e33b25 to your computer and use it in GitHub Desktop.
Save benoitf/58676f14012ace34ecaa26d092e33b25 to your computer and use it in GitHub Desktop.
FROM codenvy/ubuntu_python:latest
RUN virtualenv $HOME/env && echo "export PATH=$HOME/env/bin:$PATH" >> $HOME/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment