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

  • SEARCH
  • Home
  • 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 4061960
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T15:32:17+00:00 2026-05-20T15:32:17+00:00

I have written an (obviously) excellent tool in python (under linux) that I would

  • 0

I have written an (obviously) excellent tool in python (under linux) that I would like to share with my co-workers. We work on different machines, but with the same, shared environment. Also, we are users, so there is no way of easily installing dependencies.

Now here’s the catch:
I like python, my users don’t care. They do have access to company-wide installation of python (a simple one), but they don’t want to care (well, that’s understandable, not everyone is a programmer).

The question is:
In such shared environment, where python interpreter is available, but the modules to my application are not, what could be the simplest way of sharing my tool with other users?

As you may imagine, my users don’t want to install anything (especially in the user-space), configuring path would be probably on the edge of acceptance.
The solution should not package EVERYTHING like a freeze, that’s probably an overkill…

For the user it should be: copying a certain tar.gz or going to the app folder (shared), running the app, done.

So maybe the modules should somehow be embedded in the app?
Or should I host (in my shared home) the modules in a library and setup some paths?
Or maybe a virtualenv could help, if the users could copy the whole env with the path?

I hope you see my problem 😀

Thanks!

  • 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-05-20T15:32:18+00:00Added an answer on May 20, 2026 at 3:32 pm

    For “the same, shared environment” you could do:

    1. Install your-script to /your/shared/home/virtualenv

      $ pip install your-app.tar.gz -E /your/shared/home/virtualenv
      
    2. Make a link:

      $ ln -s /your/shared/home/virtualenv/bin/your-script /shared/app/folder/
      
    3. Your co-workers can invoke the script as /shared/app/folder/your-script or add /shared/app/folder/ to PATH.

    Features:

    • you choose which version of your script is available by controlling where the symlink points to. Old versions could be run as /your/shared/home/virtualenv-old-version/bin/your-script
    • you could use Python extensions written in C
    • if you install into the virtualenv via pip install -e .; it makes available the version from your working directory

    In general it is not a preferable option to install Python apps.

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

Sidebar

Related Questions

I have a project that adds elements to an AutoCad drawing. I noticed that
I have a script that appends some rows to a table. One of the
I have a new web app that is packaged as a WAR as part
I have several USB mass storage flash drives connected to a Ubuntu Linux computer
I have a snippet to create a 'Like' button for our news site: <iframe
I have written a Linq to CRM query using CRM 2011 RC (v5) LINQ-to-CRM
I've written Python bindings using ctypes for the units library . The bindings themselves
I have found this example on StackOverflow: var people = new List<Person> { new
I have a login.jsp page which contains a login form. Once logged in the
i have a input tag which is non editable, but some times i need

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.