-1

I have a Cloud Linux shared web hosting service with a popular company. They provided python but not enough libraries for me to run a FLASK micro web framework. I do not have admin access,YUM, or PIP so I can run any install scripts.

What would I have to do inorder to manually install and use a python web framework? Does it even have to be installed? Are there any python web frameworks that don't need to be installed

Gabriel Fair
  • 71
  • 1
  • 10

1 Answers1

2

You can simply install the library to your local user account.

To do that see this Stack Overflow answer : How to install python modules without root access

Akshet
  • 316
  • 1
  • 7