[Answer]-Vagrant VM not getting Django and others requirements

0👍

So the solution was to remove the dependency with Postgre psycopg2==2.5.1 I have in my requirements (from the setup in my other project), because here I’ll be having a MySQL database instead.

👤Dachmt

1👍

This is a whole ‘nother path, but I highly recommend using Berkshelf and doing it the Berkshelf way. There’s a great guide online for rolling them this way.

That is, create a cookbook as a wrapper that will do everything your script does.

Leave a comment