Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9094837
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T23:26:57+00:00 2026-06-16T23:26:57+00:00

Is it possible to collect many Python extensions an install them in one step?

  • 0

Is it possible to collect many Python extensions an install them in one step? I have a Python build environment for an open source project that often needs to be recreated on multiple machine. It’s a pain to double click through a bunch of python extension exes every time we need to do this.

Ideally I’d like to package a complete build environment, Python, extensions, system environment variables, and all, into a one step install process. But a single step extension install would also be helpful. Is this possible?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T23:26:58+00:00Added an answer on June 16, 2026 at 11:26 pm

    Yes, you can do that… do you have pip(python indexed package) installed in your system?
    if not, then install it… and put all the extensions into a single text file… say requirements.txt…

    This is done by running

    pip freeze > requirements.txt

    then by using pip you can install it… by using this command…

    pip install -r requirements.txt…

    it will install all the extensions mentioned in the file…

    you can find the pip package here pip
    might help you…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose I have the following code to collect all the possible combinations. abArray =
Possible Duplicate: In Lisp, how many inputs can the + function actually have? The
I have a Lucene.net index where one of the fields receives many entries that
Possible Duplicate: Python : how to append new elements in a list of list?
So in many facebook games there are various buildings with different collect frequency and
Is it possible to collect data for IntelliTrace only for some code area? E.g.,
Is it possible to use the 10g collect command as an analytical function by
Possible Duplicate: Deleting Objects in JavaScript I have a JS object having a large
Currently, it is possible to mark tests and then run them (or not run
Possible Duplicate: When is it acceptable to call GC.Collect? Is Using of GC.Collect Method

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.