在Conda环境中的PostgredB或保持独立

发布于 2025-02-13 03:46:45 字数 264 浏览 0 评论 0 原文

我正在寻找一些指导。我安装了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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

原来分手还会想你 2025-02-20 03:46:45

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文