[Django]-How do I find my python/django source code on Mac (Yosemite)

4👍

Without virtualenv: path/to/your/python/X.X/site-packages/django . In my case /Library/Python/2.7/site-packages/django

using virtualenv: /Users/ME/.virtualenvs/my_virtual_env/lib/python2.7/site-packages/django

Good luck

👤DAKZH

0👍

In your finder window if you show the Devices on the left sidebar you can search within your Macintosh HD for the Library folder which should contain your Frameworks folder. At least that’s what worked for me.

👤alacy

Leave a comment