Skip to content

jerfletcher/pyd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Python Docker Executor

Run Python scripts in a docker container with local modules, and specific version.

Install

  • Clone this repo
  • Add line to .profile:
source <path to cloned repo>\pyd.sh

Usage

Python Docker Executor
Uses .python-version to determine Python version, default image python:3

Usage:
    pyd <args...>                             Passes through to dockerized python
    pyd --help                                Show this message
    pyd --req <file_name>                     Install modules from requirements.txt or specific file
    pyd --clear                               Clear local modules

About

Script to run Python projects in docker containers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages