IDE002(for scrawling weather ) - 2022 04 20 09 44

IDE002 stacks

windows 10
pip 22.0.4
pipenv 
python 3.9
setuptools 62.1.0
requests 2.27.1
BeautifulSoup4 4.11.1

rem check version
pip --version
python3 --version

python 3

rem enter https://www.python.org/downloads/windows/
rem replace path length limit disable

add path of python.exe to path as system variable

rem enter position of python.exe
rem copy address of python.exe
rem enter 고급 시스템 설정
rem alt n(환경 변수)
rem click path of 시스템 변수
rem alt i(edit)
rem alt n(새로 만들기)
rem save and get out

pipenv

cmd.exe
pip install pipenv
mkdir "virtual_environment_IDE001"
cd "virtual_environment_IDE001"
pipenv "virtual_environment_IDE001"
pipenv shell
exit     #if you want to shutdown "virtual_environment_IDE001"

좋은 웹페이지 즐겨찾기