-
-
Notifications
You must be signed in to change notification settings - Fork 849
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
Investigate installation on Bash on Windows #420
Comments
The current Bash subsystem uses Trusty (14.04), not Xenial (16.04). There is a third-party package for 14.04 (it's the same one as for 16.04), but it runs into this:
Current plan (noting comments at the Microsoft issue above) is to run it with the version of pgAdmin currently on my Windows machine (9.5), and the version of Python currently on the Bash subsystem (Python 3.4). |
I needed to install |
Probably best to instruct users to grant create-database privileges to the "tabbycat" user in pgAdmin. |
I hit this error:
It doesn't appear to be fatal though? @philipbelesky, any ideas? I assume this just means it won't live-track code updates in development mode? Otherwise, it works! I could write up quick instructions for 1.2. Since installing pgAdmin isn't that cumbersome, I think I'll just wait for microsoft/WSL#61 to be closed before trying also to install the PostgreSQL server on the subsystem. |
I wonder if the error goes away if you do a |
This still shows up in
The less graceful error doesn't happen, but when I run the |
The new Bash on Windows might be nicer than the cumbersome current procedure for installing on Windows (mainly because of PostgreSQL). It's still in beta, so we probably couldn't deprecate the Windows installation instructions yet, but for those who have Windows 10 and are willing to use it, it'd probably be smoother to run.
Currently this is held up slightly by the following issue: microsoft/WSL#61
However it sounds like they've been making good progress towards getting PostgreSQL to work with Bash on Windows.
The text was updated successfully, but these errors were encountered: