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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T00:31:18+00:00 2026-06-14T00:31:18+00:00

I have developed a project with Django framework(python and mysql DB) in Linux OS(Ubuntu

  • 0

I have developed a project with Django framework(python and mysql DB) in Linux OS(Ubuntu 12.04), I want to run this project in localhost in another machine with Linux(Ubuntu 12.04) without installing Django here, is it possible run a django project without django installation. Is there any way to run so?

Thanks in advance.

  • 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-14T00:31:20+00:00Added an answer on June 14, 2026 at 12:31 am

    In order to be able to use regular Django, it has to be installed since you have to be able to do import django. However it is never a good idea to install Django as a system-level Python package. It is always best to work with virtualenvs. They allows you to work on multiple projects where each project might require different packages to be installed, and different projects might require to use different version of the same package. In addition to being used development, virtualenvs are very useful to install packages on remote machines even if you do not have root privileged.

    All you have to do is download virtualenv.py and then do the following on the remote machine:

    $ wget https://raw.github.com/pypa/virtualenv/master/virtualenv.py
    $ python virtualenv.py venv
    $ cd venv
    $ source bin/activate
    $ pip install django
    

    That will create a virtualenv, into which you can install any Python packages without a need for root privileges. More about virtualenv here.

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

Sidebar

Related Questions

I have developed my entire project (Django, Python) on Windows and all the PaaS
In my web projects (Django framework) I typically have a few internally developed JavaScript
I have to deploy a Django project on Red hat enterprise linux 5, the
I have developed a project with cakephp-1.3.10 . Now I want to upgrade it
i have developed a complete project for iPad and now i want the same
We have developed an application using DJango 1.3.1, Python 2.7.2 using Database as SQL
I have developed a project in dnn 6.2 which is run good in local
I have developed a project (employee management system), now I am on reporting part.
I have developed a web project. Which is generating log file using log4j. But
I have developed a view based project in Xcode. It is successfully running in

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.