Install Python on a locked down PC without local admin

Опубликовано: 28 Октябрь 2024
на канале: PyXLL - Write Excel Add-Ins with Python and Java
8,760
96

Learn how you can install Python on your PC even if you don't have local admin or if you are not able to run installers to install software on your PC.

It is quite common to not have local admin on the PC you use at work, and sometimes even downloading and running installers is blocked. It may still be possible to install Python even with these limitations, and this video shows you how you can do that.

If your company IT policy does not allow you to install Python then of course you should abide by that policy rather than try to circumvent it, but if you do not have local admin or are unable to run installers but installing Python is allowed then this video will help you to do that.

FOLLOW US 😀
============
on YouTube -    / @python-excel  
on Twitter -   / pyxll  
on LinkedIn -   / pyxll  

Video Topics & Timestamps ⏱👉
===========================

0:00 - Introduction
1:16 - Installing directly from python.org
3:51 - Running Python
5:46 - Pip installing packages
7:34 - Installing Python without using an installer
9:16 - Running Python (again)
10:13 - Getting pip
12:52 - Pip doesn't work (yet)
14:05 - Pip works!
15:37 - Installing the PyXLL Excel add-in
17:36 - Using the PyXLL add-in to use Python in Excel
18:36 - Closing remarks