As an absolute Chef beginner I try to set up a vm with the latest python and django. I use the "ubuntu/trusty64" box and was surprised that its python3 version does not come with pip and pyvenv installed. So I had to install the latest python version 3.4.3 from source, which seems to be working fine. But when trying to pip install django with chef, I always get the same error saying: beginner I try to set up a