Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

F/added linux start command#26

Open
Blackstareye wants to merge 3 commits intolexkoro:mainfrom
Blackstareye:f/added_linux_start_command
Open

F/added linux start command#26
Blackstareye wants to merge 3 commits intolexkoro:mainfrom
Blackstareye:f/added_linux_start_command

Conversation

@Blackstareye
Copy link

I saw in #7 that there is no start setup for linux users.

So I added a simple script which installs the routines discussed in #7.
It only installs the venv again if there is no venv installed.

I also added an error if no python3.8 is found.

Another issue was, that only chrome was allowed in eel.
Hence many linux users neither use chrome nor edge, firefox is a better choice.
So I added the browser as an sysargv argument.

Hope this PR makes the usage in other os more convenient

cd "${0%/*}"


if ! which python3.8 &> /dev/null; then

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is python3.8 needed or python3?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants