H
H
hvab2014-02-09 00:28:35
Django
hvab, 2014-02-09 00:28:35

Should virtualenv be used in Django projects?

Moved from Windows to OS X. Trying to install Django. When looking for relevant information, I came across virtualenv. What is it and how can it help me with Django development?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
R
Ruslan Abdullaev, 2014-02-09
@hvab

These are isolated virtual environments in which you can install different versions of python, django, modules and applications. You can switch between these environments and test applications and modules under different configurations.

O
Oleg, 2014-02-09
@makol

http://habrahabr.ru/search/?q=[virtualenv]&target_...
webnewage.org/2009/04/27/virtualenv
adw0rd.com/2012/6/19/python-virtualenv/#.UvaxtoV0Y8w

J
jurasarts, 2014-02-09
@jurasarts

If you are developing more than one project, then you should definitely use.
Virtualenv helps you set up multiple desktop environments and quickly switch between them.

Z
zxmd, 2014-02-09
@zxmd

It is also convenient to deploy with virtualenva.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question