npm install 시 다른 버전의 파이썬(Python)을 사용하는 방법
2021. 11. 16. 10:35ㆍEtc/Utils
1회성으로만 사용을 원하는 경우
$ npm install --python=python2.7
영구적으로 사용을 원하는 경우
$ npm config set python python2.7
또는
$ npm config set python C:\Python27\python.exe // 설치 경로로 직접 설정
'Etc > Utils' 카테고리의 다른 글
잉크스케이프(Inkscape) 설치 및 간단한 설정 (0) | 2021.11.22 |
---|---|
파이썬(Python) 버전 변경을 위한 Alternatives 사용법 (0) | 2021.11.16 |