-
Notifications
You must be signed in to change notification settings - Fork 13
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
winpty: error: cannot start 'mdt': Not found in PATH #97
Comments
pip3 uninstall mendel-development-tool
pip3 install mendel-development-tool Notice: pip3 install it without alias python3='winpty python3.exe'
alias mdt='winpty mdt' Remember |
Thanks a ton! That solved my issue too! |
Hello, I have the same problem, but it is not solved after trying your method, I am a newbie, here is my code process, is there something wrong with me? 17272@DESKTOP-FEIFH6G MINGW64 ~ source ~/.bash_profile 17272@DESKTOP-FEIFH6G MINGW64 ~ 17272@DESKTOP-FEIFH6G MINGW64 ~ 17272@DESKTOP-FEIFH6G MINGW64 ~ 17272@DESKTOP-FEIFH6G MINGW64 ~ 17272@DESKTOP-FEIFH6G MINGW64 ~ 17272@DESKTOP-FEIFH6G MINGW64 ~ 17272@DESKTOP-FEIFH6G MINGW64 ~ source ~/.bash_profile 17272@DESKTOP-FEIFH6G MINGW64 ~ ` |
maybe you should check your |
@loiswen Your use of |
Hello, thank you very much for your prompt reply, but I used command |
Hello, thank you for your reply. I saw in directory “C:\Users\17272” that the content in file “.bash_profile” is |
What I ran
echo "alias mdt='winpty mdt'" >> ~/.bash_profile
source ~/.bash_profile
mdt devices
What the docs said should happen
It should show devices
What actually happened
winpty: error: cannot start 'mdt': Not found in PATH
The text was updated successfully, but these errors were encountered: