728x90 반응형 윈도우즈3 PowerShell 프로그래밍 powershell 사용법 update-help cls Get-ExecutionPolicy -> 스크립트를 실행할 수 있는지 확인 Set-ExecutionPolicy RemoteSigned -> 실행가능하게 변경 Enable-PsRemoting -> 원격실행 활성화 Windows Powershell ISE : Integrated Scripting Environment -> 명령어 실행, 스크립트 작성, 실행 명령어 구조 Verb-Noun -Parameter 프로세스 정보 보기 Get-Process Get-Process -Name winlogon 도움말 보기 Get-Help Get-Process examples Help Get-Process Get-Process -? 명령어 리스트 보기 get-com.. 2025. 5. 14. flutter 개발환경설정(2025-01-09 버전) 아래 과정을 다하고, android studio 에서 flutter 프로젝트를 만들때 다음 에러가 뜨면 Unable to find git in your PATH 윈도우 파워쉘을 관리자 모드로 실행후, 아래명령어를 실행해라. git config --global --add safe.directory '*' =========================================================1. 안드로이드 스튜디오 다운로드 -> https://d.android.com/studio2. 설치 3. 실행 -> Downloading Components 단계에서 시간이 상당히 소요됨. 프로그램이 멎어있는지 착각함. 4. Flutter plugin 설치 -> 첫 실행화면의 Welcome 페이.. 2025. 1. 9. 윈도우즈10 에서 scrapy 설치하기 설치전 warning 메시지가 안뜨게 하려면 python 에 경로가 잡혀 있어야 한다. 나는 그냥 경로를 잡지 않고 직접 들어가서 진행함. scrapy 를 인스톨하기 위해서 comman 를 사용한다. pip install scrapy 이 명령어를 사용하면, 현재 최신 버전을 설치하게 됨.. C:\Python39-32\Scripts>pip install scrapy Collecting scrapy Downloading Scrapy-2.5.0-py2.py3-none-any.whl (254 kB) |████████████████████████████████| 254 kB 1.1 MB/s 설치 체크 (버전체크 포함) >>> import scrapy >>> >>> print(scrapy.__version__) 2.. 2021. 9. 9. 이전 1 다음 728x90 반응형