簡體   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