Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2011-04-18 17:06:46
Size: 172
Editor: 211
Comment:
Revision 8 as of 2012-10-25 10:39:12
Size: 495
Editor: 182
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[Python] 개발환경을 다르게 유지하기 [[Python]] deployment 도구. 개발환경을 다르게 유지하기

http://www.virtualenv.org/
Line 4: Line 6:
 * [http://mydjangoblog.com/2009/03/30/django-mod_python-and-virtualenv/ django mod_python 에서 쓰기]  * [[http://mydjangoblog.com/2009/03/30/django-mod_python-and-virtualenv/|django mod_python 에서 쓰기]]

bin/activate_this.py 파일을 실행할 때는 다음처럼 하지 않으면, 예외시 프로세스가 죽지 않는 현상이 생김
{{{#!python
execfile('path/bin/activate_this.py', dict(__file__='path/bin/activate_this.py'))
}}}
----
CategoryProgramLibrary

Python deployment 도구. 개발환경을 다르게 유지하기

http://www.virtualenv.org/

관련자료

bin/activate_this.py 파일을 실행할 때는 다음처럼 하지 않으면, 예외시 프로세스가 죽지 않는 현상이 생김

   1 execfile('path/bin/activate_this.py', dict(__file__='path/bin/activate_this.py'))


CategoryProgramLibrary

VirtualEnv (last edited 2012-10-25 10:39:12 by 182)

web biohackers.net