Skip to content

Opening book details…

Can I read Python Setup.py Installation Guide on EtoBox?

Python Setup.py Installation Guide by Manni Singh is a document available to read on EtoBox.

What is Python Setup.py Installation Guide about?

1. Installing via modules via setup.py to your home directory involves downloading and unpacking a module, changing to its directory containing setup.py, and running "python setup.py install --prefix=~" to install it for your user. 2. To install a package using its setup.py script, unpack the package archive, change to its directory, and run "python setup.py install --user" which will install it for your user without root permissions. 3. Using "pip install" instead of "python setup.py" is proposed as an

Author
Manni Singh
Language
EN