Reputation: 55
I am trying to edit the template for Zinnia but I don't know where pip install zinnia. I used this installation instruction from the website. I tried find and locate but couldn't find it.
$ pip install django-blog-zinnia
Any ideas?
Upvotes: 0
Views: 187
Reputation: 6272
If you are using a virtual environment it will be installed in the python2.x/site-packages/.
If you are not using a virtual environment it will be installed in the same place under your /lib/ folder.
I have modified Zinnia a great deal, and I just brought it out of the site-packages into my django project to be on hand.
Upvotes: 1