-
Notifications
You must be signed in to change notification settings - Fork 85
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
Running scripts under Miniconda with Windows #94
Conversation
Trying to run a script when inside an Anaconda/Miniconda virtual environment on windows10, the script would refuse to run. This tweak made it behave. I'm not sure if there are other consequences to this inclusion though: it might break under some other virtual environment, or non-virtual environment.
Hmm, can you try to run it on Windows but not under Anaconda? I would like to fix the Anaconda issue but I'd hate to inadvertently break Windows completely. |
It works under vanilla Windows (and is necessary to make script invocation work). (Phew! 😅) |
Great, thank you! |
Please can this fix get released. It's very confusing for Windows users trying to use this after doing |
You're right, released 0.9.2. Please let me know if it works! |
That seems to work fine. Thanks |
Thanks! |
Thanks for accepting and merging this! We've just unleashed 200 electronic badges on the world as part of linux conf au and told all the windows users to use mpfshell to manage their micropython on their esp32 boards. Appreciate the work y'all do keeping utilities like this up to date and open! |
@nicolan thanks! I'd encourage you to join Code Shelter, as we're maintaining this project as part of that, and we'd appreciate any help, or a mention at the conference. |
The conference is over, but I put a shout out on our badge twitter and I'll update our wiki to mention code shelter. Thanks again! |
Thanks! |
Trying to run a script when inside an Anaconda/Miniconda virtual environment on windows10, the script would refuse to run.
This tweak made it behave.
I'm not sure if there are other consequences to this inclusion though: it might break under some other virtual environment, or non-virtual environment.