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 8384885
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T17:31:30+00:00 2026-06-09T17:31:30+00:00

I’m developing a web-app and the work needs to be done from two computers,

  • 0

I’m developing a web-app and the work needs to be done from two computers, one is running Linux the other is running Windows.

This app is developed with Pyramid framework on Python 2.6.7 (this is what the server runs, and I can’t change it)

Following the tutorials in Pyramid site, I’ve created a virtualenv on the Linux machine, and created a project – tested it and it seems to run without issues on the Linux machine. Now in order to sync the work to Windows, I thought of using git (with a free private projcet from bitbucket). I created a git project and pushed it to bitbucket. I used this .gitignore file template and I’ve also added this line (I believe that venv is OS specific, but I could be wrong):

venv

After I cloned the project to Windows, I don’t have a virtualenv – How do I create a venv that would be compatible with the one that exists on the Linux machine (my Windows machine has Python 2.7 installed on it, no sqlalchemy, etc.)? What is the ‘correct’ way of doing it? Should I just give app (it was a spelling mistake, but I’ll leave it for now) Windows and use Ubuntu on a virtualbox?

EDIT:

Although I have already accepted Rostyslav Dzinko’s answer regarding the use of a requirements.txt file, the right way is to actually use the built in setup.py that is generated by pyramid’s scaffold mechanism during the pcreate process. So if anyone encounter this issue please consider trying:

python setup.py develop
  • 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-09T17:31:32+00:00Added an answer on June 9, 2026 at 5:31 pm

    Virtualenv creates virtual environment for your Python interpreter. It means that each virtual environment can have different versions of same packages installed or different packages at all that are important only for your project (dependencies).

    If you want to manage dependencies, you can use pip to make your new virtual environment synchronized with old one.

    All you need to do is to create requirements.txt file and fill it with dependencies, e.g:

    pyramid==1.0.1
    ...
    

    Let this file be in your git repository.

    After cloning the source into newly created virtualenv on a new machine, you can install all dependencies with pip:

    pip install -r requirements.txt
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently running into a problem where an element is coming back from
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
For some reason, after submitting a string like this Jack’s Spindle from a text
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I am reading a book about Javascript and jQuery and using one of the
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build
I have a text area in my form which accepts all possible characters from

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.