【发布时间】:2019-11-12 12:58:38
【问题描述】:
我是 Python 新手,但我是一位经验丰富的程序员。信不信由你阅读有关安装 pycharm 和 spider 的文档后,我想知道如何启动 ide?我用 Pycharm 安装了 Anaconda,然后做了 pip of spyder,但信不信由你,文档中没有任何内容说明如何启动 ide 应用程序。只是如何安装它们,然后在应用程序启动后。启动 Python IDE 怎么样?你怎么做到这一点。我在 Mac 上。我做了很明显的检查应用程序文件夹。 python pycharm等
(base) coffee:~ Steven$ conda install pycharm
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with
flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with
flexible solve.
PackagesNotFoundError: The following packages are not available from
current channels:
- pycharm
Current channels:
- https://repo.anaconda.com/pkgs/main/osx-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/osx-64
- https://repo.anaconda.com/pkgs/r/noarch
To search for alternate channels that may provide the conda package
你是 寻找,导航到
https://anaconda.org
and use the search bar at the top of the page.
( .base) coffee:~ Steven$ pycharm
-bash: pycharm: command not found
(base) coffee:~ Steven$ pycharm
-bash: pycharm: command not found
(base) coffee:~ Steven$ pip pycharm
ERROR: unknown command "pycharm"
(base) coffee:~ Steven$ pip install pycharm
Collecting pycharm
ERROR: Could not find a version that satisfies the requirement
pycharm (from versions: none)
ERROR: No matching distribution found for pycharm
(base) coffee:~ Steven$
【问题讨论】: