Python
2024. 10. 1.
SyntaxWarning: invalid escape sequence '\S'
Ubuntu 터미널 상에서 gdebi 명령어로 아래와 같이 RStudio-Server 설치를 시도하다 SyntaxWarning과 이어지는 FutureWarning 등을 확인하게 되었다.저 Warinig을 보지 않기 위해 검색을 통해 아래 링크를 찾아냈다.How to fix "SyntaxWarning: invalid escape sequence" in Python? How to fix "SyntaxWarning: invalid escape sequence" in Python?I'm getting lots of warnings like this in Python: DeprecationWarning: invalid escape sequence \A orcid_regex = '\A[0-9]{4}-[0-9]{4}..