I want to update the django on my vagrant box (and have no need or desire to use virtualenv)
will a simple yum install django suffice?
feedback
|
|
why dont u use pip to install python packages? if you dont have pip in your vagrant machine you can just add this line to your recipes file:
After having pip you can just run
To get the latest version or you can also specify a version:
Just one more think, I have a django_blank project in github using django and vagrant ! if you need some recipe fell free to get it from there: https://github.com/arthurnn/django_blank/blob/master/cookbooks/vagrant_main/recipes/default.rb | |||
feedback
|