程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

1python installation

編輯:Python

1. Anaconda: Download the corresponding version from the official website

Official website address :https://www.anaconda.com/

2. After installation Set the environment variable

stay path environment variable Add the following three directories D:\mysoft\anaconda3\Scripts; D:\mysoft\anaconda3; D:\mysoft\anaconda3\Library\bin; among D:\mysoft\anaconda3 For installation directory

3. Initialize environment related commands

  1. first beginning turn conda with Set up : conda init
  2. l check see python Ring habitat : conda info -e
  3. l gen build finger set edition Ben Of python Ring habitat : conda create -n
  4. py37 ( since set The righteous Of name call ) python = 3.7 ( finger set edition Ben )
  5. l Into the Enter into finger set Ring habitat : conda activate py37 perhaps activate py37
  6. l refund Out When front Ring habitat : conda deactivate or person deactivate

  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved