我想在 Windows 上的 Ubuntu 上的 Bash中安装 Rails 5/Postgres, 并且还能够通过PgAdmin for Windows访问 Postgres 数据库。
我很高兴在 Windows 上通过 Bash 在 Ubuntu 上安装我所有的 Rails 依赖项,但我知道我无法从 Bash 运行任何标准 GUI 工具,并且想知道是否可以在 Linux 子系统上安装 Rails 和 PostGres 然后使用 Windows 版本的 PgAdmin 查询我的数据库
我查看了本教程how-to-install-ruby-on-rails-on-windows-10-with-postgresql但似乎他将 Postgres 安装到 Windows 而不是 Linux 子系统中。
我想知道这是否是让所有这些工具很好地协同工作的唯一方法。
基本上我希望我的Windows安装的 PgAdmin 与我的Bash On Ubuntu On Windows Postgres DB