-
Notifications
You must be signed in to change notification settings - Fork 121
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
Add Windows support for file read and interrupt. #43
Conversation
Cool thanks! I'm going to push this into a minor release later today. |
I'd suggest to also add in a comment here example path for windows, with the correct slashes // \ |
All types of paths actually work I think, since they are resolved by the pathlib. I've added a comment regarding being absolute path though. |
install.ps1
Outdated
Invoke-expression "$($command) -m venv .venv" | ||
|
||
# Create virtual environment | ||
Invoke-expression "$($command) -m venv .venv" |
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.
This is duplicate?
* Add Windows support for file read and interrupt. * Add install/start scripts for Windows and Linux
* Add Windows support for file read and interrupt. * Add install/start scripts for Windows and Linux
* Add Windows support for file read and interrupt. * Add install/start scripts for Windows and Linux
Should address any know issues so far for running on Windows described in #7