On Feb 04 2016, kurt <[email protected]> wrote: >>Then you'll have to go back version by version until you find >>something where the upgrade command works. > > Is there a command like python3 setup.py uninstall that will automatically > uninstall versions as I try to go through this task of trying earlier > versions?
No, there isn't. But you don't need one either (nor do you need to install anything). As the documentation says (http://www.rath.org/s3ql-docs/installation.html#installing-s3ql): ,---- | To install S3QL itself, proceed as follows: | | * Download S3QL from https://bitbucket.org/nikratio/s3ql/downloads | * Unpack it into a folder of your choice | * Run python3 setup.py build_ext --inplace to build S3QL. | * Run python3 runtests.py tests to run a self-test. If this fails, ask for help on the mailing list or report a bug in the issue tracker. | | Now you have three options: | | * You can run the S3QL commands from the bin/ directory. | * You can install S3QL system-wide for all users. To do that, you have to run sudo python3 setup.py install. | * You can install S3QL into ~/.local by executing python3 setup.py install --user. In this case you should make sure that ~/.local/bin is in your $PATH environment variable. `---- What you want is obviously option 1. Best, -Nikolaus (No Cc on replies please, I'm reading the list) -- GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F »Time flies like an arrow, fruit flies like a Banana.« -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
