On 29/07/2020 07:29, J. Pic wrote:
Ideas for solutions:
- use pip install --user at home, copy over ~/.local/lib/python3.8/site-packages
- same, but with ~/.cache/pip
...or even building an entire parallel Python environment on an
Internet-connected machine (even a VM), from which the PYTHON
Ideas for solutions:
- use pip install --user at home, copy over ~/.local/lib/python3.8/site-packages
- same, but with ~/.cache/pip
--
https://mail.python.org/mailman/listinfo/python-list
Andrew McLean wrote:
At work my only Internet access is via a locked-down PC. The IT
department are not willing to install Python on it [1]. Ideally I would
download packages and their dependencies from PyPi using "pip download"
at the command line. Any better solutions than downloading the pac
On 7/27/20 7:33 PM, Igor Korot wrote:
> Hi,
>> The issue is that the IT department thinks that installing the full
>> power of Python scripting on an Internet facing machine is inconsistent
>> with the "Cyber Essentials Plus" accreditiation that they need to win
>> Government contracts.
> Coming
Hi,
On Mon, Jul 27, 2020 at 6:46 PM Andrew McLean wrote:
>
> On 26/07/2020 14:07, Mike Dewhirst wrote:
> > I think your best bet is to make a formal business case to your IT
> > people and explain what's in it for them. If they hold all the cards
> > you defeat them at your peril.
>
> The issue i
On 28/07/2020 9:43 am, Andrew McLean wrote:
> On 26/07/2020 14:07, Mike Dewhirst wrote:
>> I think your best bet is to make a formal business case to your IT
>> people and explain what's in it for them. If they hold all the cards
>> you defeat them at your peril.
>
> The issue is that the IT depart
On 26/07/2020 14:07, Mike Dewhirst wrote:
I think your best bet is to make a formal business case to your IT
people and explain what's in it for them. If they hold all the cards
you defeat them at your peril.
The issue is that the IT department thinks that installing the full
power of Python
I think your best bet is to make a formal business case to your IT people and
explain what's in it for them. If they hold all the cards you defeat them at
your peril.Mike
--
https://mail.python.org/mailman/listinfo/python-list
At work my only Internet access is via a locked-down PC. The IT
department are not willing to install Python on it [1]. Ideally I would
download packages and their dependencies from PyPi using "pip download"
at the command line. Any better solutions than downloading the package
in a browser, fi