WARNING: The script flask is installed in

WARNING: The script flask is installed in

728x90

WARNING: The script flask is installed in '경로' which is not on PATH.

Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

해결 방법

# 경고문에 나오는 경로를 PATH에 추가 export PATH=$PATH:경로 # Example export PATH=$PATH:/usr/local

from http://newly0513.tistory.com/193 by ccl(A) rewrite - 2021-03-25 17:26:36