python UserWaning
<-----------파이썬과 크루즈컨트롤을 연동할 때 발생한 경고문 없애기-------------->
/usr/local/lib/python2.7/site-packages/setuptools-1.4.2-py2.7.egg/pkg_resources.py:979: UserWarning: /home/kwcollect/.python-eggs is writable by group/others and vulnerable to attack when used with get_resource_filename. Consider a more secure location (set with .set_extraction_path or the PYTHON_EGG_CACHE environment variable).
위와 같은 에러는 니 계정에서 생성된 디렉토리가 보안에 취약하다는 경고문이다. chmod를 이용해서 사용자에게만 권한을 설정하면 경고문은 나오지 않는다.
/usr/local/lib/python2.7/site-packages/setuptools-1.4.2-py2.7.egg/pkg_resources.py:979: UserWarning: /home/kwcollect/.python-eggs is writable by group/others and vulnerable to attack when used with get_resource_filename. Consider a more secure location (set with .set_extraction_path or the PYTHON_EGG_CACHE environment variable).
위와 같은 에러는 니 계정에서 생성된 디렉토리가 보안에 취약하다는 경고문이다. chmod를 이용해서 사용자에게만 권한을 설정하면 경고문은 나오지 않는다.
댓글
댓글 쓰기