D
D
Denis Kolpashchikov2019-08-13 13:06:54
Python
Denis Kolpashchikov, 2019-08-13 13:06:54

How to install python package without admin rights?

Hello.
Is it possible to somehow use the numpy package in python without installation, if all the work is done on the customer's computers, where there are no root rights and Internet access? Appeal to the admins do not offer - it's useless.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sim3x, 2019-08-13
@sim3x

$ pipenv install numpy
....
Creating a Pipfile for this project…
Installing numpy…
Adding numpy to Pipfile's [packages]…
✔ Installation Succeeded 
Pipfile.lock not found, creating…
Locking [dev-packages] dependencies…
Locking [packages] dependencies…
✔ Success!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question