Install PyENV and Python 3.11 Offline on Windows
Описание
Sometimes, you don't have the internet and require a way to manage multiple python versions offline.
This video is a quick How To install pyenv and python on windows offline.
Pyenv Manual Install Instructions:
https://github.com/pyenv-win/pyenv-win/blob/master/docs/installation.m #pyenv-win-zip
Environment Variables:
https://github.com/pyenv-win/pyenv-win/blob/master/docs/installation.m #add-system-settings
Python install files:
https://www.python.org/ftp/python/
Python 3.11.3, download the architecture plus checksum package that matches your machine and validate the checksum.
https://www.python.org/ftp/python/3.11.3/
Get-pip.py:
https://bootstrap.pypa.io/get-pip.py
Download get-pip.py via curl:
curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py
Рекомендуемые видео



















