Cyber Security
chocolatey
까마기
2023. 1. 2. 21:47
728x90
반응형
1. chocolatey 설치
https://chocolatey.org/install
cmd(관리자권한) 실행
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin
3. Python 설치choco install python
-> 윈도우 환경 변수 설정
반응형