-
Notifications
You must be signed in to change notification settings - Fork 400
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
included venv activation for python scripts #2233
included venv activation for python scripts #2233
Conversation
updated docs.
fixed absolute path in caller scripts
updated docs path.
Pull Request Test Coverage Report for Build 7769607281
💛 - Coveralls |
Would it be a problem, if a user manually activates a venv and then runs a sh script, which also activates the venv? |
Nope, tested multiple activations and couldn't see a sideeffect. The installations process does the same with the RFID Reader setup script. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. In another iteration, a way to abstract the repetition of the individual bash files could be to build a single installer script with an argument.
$ run.sh rpc_tool
$ run.sh publicity_sniffer
$ run.sh register_rfid_reader
This could then prepare again for Whiptail 🙃
Thought about that too 😁👍 |
I will run some final test over this, otherwise ready to merge. Edit: Do we then need the motd message at all (#2225)? |
Not for the reason of informing about the
|
👍 i will update the Message to only have the banner :) |
388b1ac
to
a587bd8
Compare
refactored into own postinstall script
With this condition that updates are broken and a fresh installation is needed, should we add this already to v3.5.0? |
Aligned! |
Last fix included. Good to go, if nothing left. |
Merge it! |
New PR for the venv activation problem adressed in #2144
This implements the ideas from #2144 (comment)
installation
ortools