我是Sinatra的Web开发新手。我一直试图在git-bash终端中运行捆绑安装命令,但它说:
bash: bundle: command not found
然后我尝试 安装捆绑包 ,但后来我一直收到此错误:
我甚至无法在git-bash终端中运行gem install bundler命令。请告诉我该怎么做??
我正在使用Windows 7 x64bit系统。
答案 0 :(得分:1)
确保:
<?php echo form_open_multipart('home/register_doctor'); ?>
/ Advanced System Settings
/ Environment Variables
/ System Variables
:输入:Path
)然后打开一个新的CMD会话,并输入C:\Path\to\Ruby\bin;
(来自Git的bash应该打开)。
然后应该提供ruby,包括bash
。