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를 이용해서 사용자에게만 권한을 설정하면 경고문은 나오지 않는다.

댓글

이 블로그의 인기 게시물

HP 서버 OS 설치시 HDD를 잡지 못하는 문제

python-gdal 설치

Mysql JOIN 사용시 컬럼이름 중복해결