繁体   English   中英

刚装了Anaconda怎么启动spyder ide或者pycharm?

[英]Just installed Anaconda how do I start spyder ide or pycharm?

我是 Python 的新手,但我是一位经验丰富的程序员。 信不信由你阅读有关安装 pycharm 和蜘蛛的文档后,我想知道如何启动 ide? I installed Anaconda with Pycharm and then did pip of spyder but believe it or not there is nothing in the documentation that says how to startup the ide applications. 只是如何安装它们,然后在应用程序启动后。 如何启动 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。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM