Install pyenv and two different Pythons in userspace
if your user is in the docker
group, you don't have to use sudo, otherwise you do.
- cd into your clone of this project
./svw-build.sh
** 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.
Type
docker run -it docker-pyenv /bin/bash
to enter a shell inside the docker container