-
Notifications
You must be signed in to change notification settings - Fork 141
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
Command line version doesn't seem to work with Bash Ubuntu on windows #11
Comments
Hi @mungojam, I just tried it in a fresh install of Bash on Windows and it worked perfectly. All I did was:
It was installed here:
I already converted a template successfully. Hope it helps. Regards |
Thanks for trying it out. You've led me to the source of the issue, which may be an issue with pip or bash on windows. Above you are using sudo for the pip command, which isn't what the readme shows so I didn't use it. (Though I understand it's different for different OSes). Uninstalling has shown me where the bin has ended up in my case (not sure why whereis doesn't find it, perhaps because it's in a hidden folder):
After uninstalling and reinstalling as sudo, I was able to get it to work, though I get a warning, which looks like a pip bug to me:
|
I've raised an issue against BashOnWindows since it seems it is a fairly standard path for ubuntu that isn't being included. Happy to close this, thanks for your help in diagnosing |
I run the pip install command, which runs without error, but cfn-flip is not found when I try running it. Maybe it's installed somewhere that isn't on the default path or something:
mark@MyComp:/$ pip install cfn_flip
Requirement already satisfied: cfn_flip in /home/mark/.local/lib/python2.7/site-packages
Requirement already satisfied: PyYAML in /home/mark/.local/lib/python2.7/site-packages (from cfn_flip)
Requirement already satisfied: six in /home/mark/.local/lib/python2.7/site-packages (from cfn_flip)
mark@MyComp:/$ cfn-flip
cfn-flip: command not found
mark@MyComp:/$ locate cfn-flip
mark@MyComp:/$
The text was updated successfully, but these errors were encountered: