Hello,
the most important point I see is that with virtual env I'm able to
seperate my projects and the dependencies of the projects from either
PP or my Python installation on my machine or on any production, test
or whatever server. I want to be able to deploy my app in different
environments without worriing to much of about which dependencies I
have to extract from PP or whatever environment.
The media I'm using PP on is a network drive with limited space. Using
a separate PP for every isolated environment would multiply the
required (and not so small) disk space used by PP. The proposed
behaviour would allow me to call python.exe or whatever script I want
without having to supply the full path as virtualenv takes care (or
should be able to take care) of that. Furtheron I'm used to use
virtualenv on my own machine and have set up emacs to be able to
switch between different virtalenvs.
Some people also check in their virtual env along with their source
code into vcs. They probably won't do the same thing with their whole
python distribution, including all the IDE stuff other (very cool)
libraries supplied by PP.
Regards
Bastian
> > Bastian- Zitierten Text ausblenden -
>
> - Zitierten Text anzeigen -