Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make python driver install backup scripts #1355

Closed
wants to merge 1 commit into from

Conversation

underrun
Copy link

rather than cycle through multiple potential python binaries with which
to run a script hoping to find the appropriate package, it makes much
more sense to install the scripts with their dependency into the
location of the python binary with which the package was installed.

this pegs the #! to the version of python used to install (whether
system version or venv) and allows the script to run in the appropriate
environment.

rather than cycle through multiple potential python binaries with which
to run a script hoping to find the appropriate package, it makes much
more sense to install the scripts with their dependency into the
location of the python binary with which the package was installed.

this pegs the #! to the version of python used to install (whether
system version or venv) and allows the script to run in the appropriate
environment.
@AtnNn
Copy link
Member

AtnNn commented Aug 23, 2013

Thanks, this is a great idea. It also fixes one of the issues mentioned in #1349

Before we can merge this, I have to make two additional changes:

  • drop the backup scripts from the rethinkdb server package and from make install
  • change the error returned by the rethinkdb cli when it can't find the scripts.

@ghost ghost assigned AtnNn Aug 23, 2013
@underrun
Copy link
Author

Cool. I did do a git mv on the files from the scripts/backup (unless they are also somewhere else?), but i did not touch the Makefile. And you're right - the scripts themselves handled error messages when the package was missing and that would need to be handled.

Thanks for your help making this work.

@coffeemug
Copy link
Contributor

@underrun -- could you sign http://rethinkdb.com/community/cla/ if you haven't already?

@underrun
Copy link
Author

done

@AtnNn AtnNn closed this in 5bf0944 Sep 3, 2013
@AtnNn
Copy link
Member

AtnNn commented Sep 3, 2013

Thanks @underrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants