2.python Environment Preparation

Source: Internet
Author: User
Keywords Common commands Python environment preparation
Tags class common commands computer environment http installation installed name

My computer is Win7, below is under Win7 to build python environment through Anaconda

Anaconda

After successful installation, open prompt

Common commands < yo http://www.2cto.com/kf/ware/vc/"target=" _blank "class=" Keylink ">vcd4ncjxwcmugy2xhc3m9" Brush:java; > View installed packages in current Environment Conda list view installed packages for a specified environment Conda list-n py35 Find package information Conda Search NumPy installation package Conda Py35 NumPy If you do not use-N to specify the environment name, it is installed in the current active environment can also be specified through a channel installation update package Conda update-n py35 numpy Delete package Conda remove-n Py35 numpy Install NumPy package Conda install numpy create python3.5 Environment Conda creation--name PY35 python=3 activation Environment Activate PY35 (Linux Next to add Source,source activate Python34) Deactivate environment Deactivate py35 removal environment Conda Remove--name py35

The Environment profile location is in the Envs under the Anaconda installation file location
Anaconda installation file \envs\ environment name

Pycharm

Win7 the IDE uses


Configuring the use of the Python environment

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.