Skip to content

binaris/pip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pip

Dockerized pip

Usage

To install some package (e.g. boto) onto the current directory (useful for packaging functions).

docker run --rm -v $(pwd):/src
--user $UID
binaris/pip
install boto -t .

(/src is the working directory of the image)

Releases

No releases published

Packages

No packages published