Skip to content

self-verifying-whatsit/docker-pyenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-Pyenv

Install pyenv and two different Pythons in userspace

To sudo or not to sudo

if your user is in the docker group, you don't have to use sudo, otherwise you do.

Build instructions

  • cd into your clone of this project
  • ./svw-build.sh

Validate

** You might want to do this in a virtualenv. If you have virtualenvwrapper installed you can just type mktmpenv and you are in a throw-away virtualenv, that will be deleted when you call deactivate.**

  • cd into your clone of this project
  • pip install -r requirements.txt
  • ./svw-check.py

Docker provides lightweight containers not quite like virtual machines using Linux container technology (LXC).

Pyenv builds different Python versions in Userspace and makes them easily manageable in combination with virtualenvs.

Drop into the Docker container

Type

docker run -it docker-pyenv /bin/bash

to enter a shell inside the docker container

About

Install pyenv and build Python in a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published