IT Log
[Python] 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
728x90
반응형
'Python' 카테고리의 다른 글
[Python] iterable (0) | 2021.06.06 |
---|---|
[Python] Multiline String (여러줄 문자열) (0) | 2021.06.06 |
[Python] Selenium (Keys) (1) | 2021.06.06 |
[Python] Selenium (Action Chains) (0) | 2021.06.06 |
[Python] Selenium (0) | 2021.06.06 |
Comments