Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 538 Bytes

File metadata and controls

16 lines (10 loc) · 538 Bytes

web-python2.7-simple

Python 2.7 Sample Application

Developer Workspace

Contribute

Stack to use

FROM codenvy/ubuntu_python:2.7

How to run

# Description Command
1 Run cd ${current.project.path} && sudo virtualenv /env && sudo pip install -r requirements.txt && python main.py