I have downloaded CygWin(32-bit)
and installed (on Windows 7 32 bit System
) today to run shell script but i found one problem that bc command isn't working.
I am getting error -bash: bc: command not found
. So please help me out!
相关问题
- winsound not found in Python
- check the difference of symlink type in cygwin
- adb shell: can't use the ESCAPE key
- bash: applet not found when running gradle in Moba
- How do I make a command in cygwin to run Sublime T
相关文章
- git.exe: error while loading shared libraries: ?:
- Bash decimal to base 62 conversion
- ffmpeg run from shell runs properly, but does not
- How Can I Build wxWidgets With Eclipse On Windows
- Cygwin issue - unable to remap; same address as pa
- Needed environment for building gstreamer plugins
- How to set up and use ccache (with cygwin) on wind
- getting Cygwin to know about microsoft cl and nmak
You need to select the
bc
package for installation from the "Select Packages" window.By default setup installs only base category that is ~ 50 packages, while the full availability is ~ 4000.
https://cygwin.com/packages/x86/bc/bc-1.06.95-2
I believe that
bc
is not installed by default on Cygwin, and you will need to install it manually. This link might help you.DISCLAIMER: I have never used Cygwin.
Run the Cygwin setup.exe and search for "bc" in the "Math" category, click on it and hit Next to install.