Install PyENV and Python 3.11 Offline on Windows

preview_player
Показать описание
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:

Environment Variables:

Python install files:

Python 3.11.3, download the architecture plus checksum package that matches your machine and validate the checksum.

Рекомендации по теме
Комментарии
Автор

I understand python installs the files here:


But why doesn't wing ide see it? or just running scripts it seems the paths aren't set. For example I did 'pip install python-can', and 'python -m pip install cantools[plot]' yet all of the following says file not found:


python -m can.logconvert in.asc out.log
can_logconvert in.asc out.log
type out.log | python -m cantools plot in.dbc

bennguyen