login community faq

Hello, I started an app using python 2.6 and django 1.3 with mod_wsgi 3.2. I then SSHed into my site, installed some python modules, and made various settings changes. I would like to revert all changes and start fresh. Would this merely entail deleting the web app I created and starting a new one using the same settings (django 1.3, python 2.6, and mod_wsgi 3.2). Or is it possible to change settings beyond apps, meaning to get back to "fresh install" settings, I would need to do more? Please help, thanks.

(Basically I was experimenting since this is my first experience with hosting a site and would like to revert all settings).

asked Jul 29 '11 at 11:53

tractor's gravatar image

tractor
52


If all you did was create an app and install some Python modules, then you can reset everything with the following steps:

  1. Delete the app.
  2. Delete the contents of your ~/lib/python2.6 directory
  3. Delete the contents of your ~/bin directory.

Hope that helps!

answered Jul 29 '11 at 12:06

seanf's gravatar image

seanf ♦♦
56541220

Thanks, that basically takes care of most of it. I also did the following to update setuptools: 1) easy_install-2.4 --install-dir=$HOME/lib/python2.4 --script-dir=$HOME/bin setuptools==0.6c9 2) export PATH=$HOME/bin:$PATH Does this mean my path is still altered from how it originally was?

(Jul 29 '11 at 13:32) tractor tractor's gravatar image

If you added Python libraries to ~/lib/python2.4 then you'll want to empty that out as well.

If you didn't add the PATH export to your shell configuration (~/.bash_profile or ~/.bashrc) then the path change won't persist past your current login session.

(Jul 29 '11 at 13:38) seanf ♦♦ seanf's gravatar image
Your answer
If you have an answer to the above question, then use the form below. Otherwise, use the appropriate 'add new comment' button above to post your feedback.
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×643
×229
×48
×11
×4

Asked: Jul 29 '11 at 11:53

Seen: 1,037 times

Last updated: Jul 29 '11 at 13:38

Plans & prices    Sign up    Why WebFaction?    Contact us    Affiliate program    Support    Legal    Jobs    Blog    Control panel login
Powered by OSQA
© Copyright 2003-2012 Swarma Limited - WebFaction is a service of Swarma Limited