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

Breeze: Make Breeze works for Windows seemleasly #19966

Closed
potiuk opened this issue Dec 2, 2021 · 3 comments · Fixed by #20148
Closed

Breeze: Make Breeze works for Windows seemleasly #19966

potiuk opened this issue Dec 2, 2021 · 3 comments · Fixed by #20148
Assignees
Labels
area:dev-env-Breeze2 Breeze 2 issues kind:task A task that needs to be completed as part of a larger issue

Comments

@potiuk
Copy link
Member

potiuk commented Dec 2, 2021

The goal to achieve:

We would like to have ./Breeze2.exe in the main directory of Airlfow which should do the same as python Breeze2 now - firing the Breeze command line and managing the virtualenv for it.

We need to have:

  • colors in terminal
  • possibility to use commands and flags
  • [stretch goal] autocomplete in Windows (we might separate it out to a separate task later)
@potiuk potiuk changed the title Make Breeze works for Windows seemleasly Breeze: Make Breeze works for Windows seemleasly Dec 2, 2021
@edithturn
Copy link
Contributor

Requirements over windows 10:

  • Python 3.7+
  • Docker
  • Docker-compose

I used: pip install pyinstaller to generate the executable. With pyinstaller Breeze2 I got Breeze2.exe, and it is detecting a virtus false positive. Now I will try to convert exe without any virus errors.

@eladkal eladkal added area:dev-env-Breeze2 Breeze 2 issues kind:task A task that needs to be completed as part of a larger issue labels Dec 6, 2021
@edithturn
Copy link
Contributor

edithturn commented Dec 8, 2021

I created a PR to update the documentation to install Breeze2 on Windows.
#20148.

We need to have:

colors in terminal
possibility to use commands and flags
[stretch goal] autocomplete in Windows (we might separate it out to a separate task later)

@potiuk I think the task is still incomplete, as we need to verify this registered as the scope of the task. Let me know your thoughts

@edithturn
Copy link
Contributor

edithturn commented Dec 21, 2021

Color in the terminal is working, I tested with: "Breeze version" with showing green letters for "breeze2 version: 0.01"
Flags and command are working:

Breeze2 --help
Breeze2 shell

The implementation of each option is pending,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dev-env-Breeze2 Breeze 2 issues kind:task A task that needs to be completed as part of a larger issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants