Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #57701 > unrolled thread

Removing python django projects

Started byGary Roach <gary719_list1@verizon.net>
First post2013-10-26 18:14 -0700
Last post2013-10-27 09:55 -0700
Articles 3 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  Removing python django projects Gary Roach <gary719_list1@verizon.net> - 2013-10-26 18:14 -0700
    Re: Removing python django projects rusi <rustompmody@gmail.com> - 2013-10-27 04:38 -0700
      Re: Removing python django projects Gary Roach <gary719_list1@verizon.net> - 2013-10-27 09:55 -0700

#57701 — Removing python django projects

FromGary Roach <gary719_list1@verizon.net>
Date2013-10-26 18:14 -0700
SubjectRemoving python django projects
Message-ID<mailman.1630.1382840094.18130.python-list@python.org>
Hi

In the process of trying to learn python, django, mysql and 
virtualenvwrapper, I have created two projects and a mess. How can I 
strip everything from a Debian, Wheezy, linux system. The files are all 
over the place. Much of the information in this area is for Mac or 
Windoz systems that do not have the apt-get, aptitude tools that Debian 
makes available.

My goal is to end up with a clean system ready for re installation of a 
development environment.

Any help will be sincerely appreciated.

Gary R.

[toc] | [next] | [standalone]


#57737

Fromrusi <rustompmody@gmail.com>
Date2013-10-27 04:38 -0700
Message-ID<dfc39b6b-bdf6-405b-bef9-9f0eddf62156@googlegroups.com>
In reply to#57701
On Sunday, October 27, 2013 6:44:35 AM UTC+5:30, Gary Roach wrote:
> Hi
> 
> In the process of trying to learn python, django, mysql and 
> virtualenvwrapper, I have created two projects and a mess. How can I 
> strip everything from a Debian, Wheezy, linux system. The files are all 
> over the place. Much of the information in this area is for Mac or 
> Windoz systems that do not have the apt-get, aptitude tools that Debian 
> makes available.
> 
> My goal is to end up with a clean system ready for re installation of a 
> development environment.

Disclaimer: This subject interests me and I know nothing about it ;-) 

1. Aren't you asking for something self-contradictory -- the benefits of apt in apt-disabled systems?
Anyways… leaving that aside…

2. Not clear what you mean by 'clean system'.
One meaning could be remove all the 'crufty' files
Another could be disengage the system so that it runs easily on mac and windows.
For the first apt is a boon for second its a mess

3. I see questions like yours here
https://groups.google.com/forum/#!searchin/python-virtualenv/Advice$20on$20Updating$20Virtualenv/python-virtualenv/4lgTsf9EwZM/MhNvwkIVq6sJ
Maybe you could also ask there about use of 'wheel'

[toc] | [prev] | [next] | [standalone]


#57753

FromGary Roach <gary719_list1@verizon.net>
Date2013-10-27 09:55 -0700
Message-ID<mailman.1655.1382896554.18130.python-list@python.org>
In reply to#57737
On 10/27/2013 04:38 AM, rusi wrote:
> On Sunday, October 27, 2013 6:44:35 AM UTC+5:30, Gary Roach wrote:
>> Hi
>>
>> In the process of trying to learn python, django, mysql and
>> virtualenvwrapper, I have created two projects and a mess. How can I
>> strip everything from a Debian, Wheezy, linux system. The files are all
>> over the place. Much of the information in this area is for Mac or
>> Windoz systems that do not have the apt-get, aptitude tools that Debian
>> makes available.
>>
>> My goal is to end up with a clean system ready for re installation of a
>> development environment.
> Disclaimer: This subject interests me and I know nothing about it ;-)
>
> 1. Aren't you asking for something self-contradictory -- the benefits of apt in apt-disabled systems?
> Anyways… leaving that aside…
>
> 2. Not clear what you mean by 'clean system'.
> One meaning could be remove all the 'crufty' files
> Another could be disengage the system so that it runs easily on mac and windows.
> For the first apt is a boon for second its a mess
>
> 3. I see questions like yours here
> https://groups.google.com/forum/#!searchin/python-virtualenv/Advice$20on$20Updating$20Virtualenv/python-virtualenv/4lgTsf9EwZM/MhNvwkIVq6sJ
> Maybe you could also ask there about use of 'wheel'
In Debian Linux "apt-get" is a command that can be used to completely 
manage all of the programs on the system - mostly automatically. Windows 
and Mac? have nothing equivalent. This is one of the main reasons that I 
use Debian. If you have never worked with any Unix / Linux systems then 
you must understand that the philosophy is totally different than 
Windows. Mac is closer to a Unix style system but not close enough in my 
book.

By a clean system, I mean one that no longer has files lying around from 
django, virtualenv or my projects. Python is used all over the system 
and has to stay.

Please reply to the list via the original message or the thread will be 
fragmented and be impossible to follow.

Thanks for the reply

Gary R

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web