How can you use two different versions of Django for different projects on the same machine?

后端 未结 6 746
难免孤独
难免孤独 2020-12-17 16:18

I\'m currently using Django 1.0 on my Mac OS X 10.5.7 box. It\'s installed to:

/Library/Python/2.5/site-packages/django/

However, there are features that are

6条回答
  •  Happy的楠姐
    2020-12-17 16:40

    virtualenvwrappper make virtualenv easier. http://pypi.python.org/pypi/virtualenvwrapper

提交回复
热议问题