- 1). Launch a command line interface to the web server hosting the Python application. Log in using credentials assigned an administrative permission set, to ensure you can make the proper configuration changes.
- 2). Type the following into the command line interface, and then press "Enter" on your keyboard:
python setup.py build - 3). Allow the application's dependent modules to automatically build themselves into your Python code. Let this process complete before moving on to the next step and entering the next command.
- 4). Type the following into the command line interface, and then press "Enter" on your keyboard to install the dependent modules into the application:
python setup.py install - 5). Complete setting up the application by running the following command and then pressing "Enter" -- substituting the file path in the example with the file path of your actual Python coding project:
python setup.py build --build-base=/tmp/pybuild/foofoo-2.0
previous post