dyindude / ansible-linux-laptop

project I'm using to learn Ansible. Setting up my laptop again from scratch
8 stars 1 forks source link

bootstrap.sh should install with virtualenv instead of ppa #7

Open dyindude opened 4 years ago

dyindude commented 4 years ago

I am using python for less and less these days. Since I tend to target ansible 2.7, and ppa vs vanilla repos makes it difficult to target specific versions (in my experience - could be a way), in practice I have just been bootstrapping manually by setting up a virtualenv and installing via pip

just update bootstrap.sh to follow this pattern instead