刚刚安装了Anaconda,我该如何启动spyder ide或pycharm



我是Python的新手,但却是一名经验丰富的程序员。信不信由你,在阅读了关于安装pycharm和spider的文档后,我想知道如何启动ide?我用Pycharm安装了Anaconda,然后做了spyder的pip,但信不信由你,文档中没有任何内容说明如何启动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$ 

要启动Spyder,请在终端或命令提示符下键入名称Spyder。Python 2.7版本的Anaconda还包括一个图形启动器应用程序,使您能够一键启动IPython Notebook、IPython QTConsole和Spyder。

最新更新