我正在寻找一些指导。我安装了Anaconda来管理我的Python软件包和环境。我看到您可以在软件包管理器中安装Postgres。
是我最好在Conda环境中安装Postgres或安装独立的。我在窗户上。
我看到,如果我单独安装Postgres,我将获得PGADMIN图形接口。这对我可能非常有帮助。
当通过Conda安装Postgres时,我看不到图形接口。
如果我安装独立的邮政邮政编码,我是否删除了所有Conda安装的Postgres实例。
非常感谢。
I am looking for some guidance. I have Anaconda installed to manage my python packages and environments. I see that you can install postgres in the package manager.
Am I best to install postgres in the conda environment or install standalone. I am on Windows.
I see that if I install postgres separately I get pgadmin graphical interface. This could be very helpful for me.
I cannot see a graphical interface when postgres is installed via conda.
If I install standalone postgres do I have delete all the conda installed postgres instances.
Many thanks.
发布评论
评论(1)
ameya and 在评论中帮助(
”使用psycopg2软件包作为连接器。当我单独安装Postgres时,有一个包含Postgres的软件包,因为它无法使用端口5432。我从Conda内部卸载了POSRGRES软件包,并且一切正常。
Ameya and mnikley helped in the comments (1, 2)
I have kept my postgres db separate and I am using the psycopg2 package as the connector. There is a package that includes postgres as I found out when I installed postgres stand alone as it could not use port 5432. I uninstalled the posrgres package from within conda and everything works perfectly.