tags: python Depth study pytorch
The installation of Conda is recommended for installation using methods installing anaconda.
Installation Date: November 24, 2020
Anaconda historical version
If you download Anaconda directly on the official website. Get the latest version of Anaconda or Python3.8 version of Anaconda, (in this way without the latest version), by accessing the above address, you can download the historical version of Anaconda, I am using anaconda3-2019.07-linux-x86_64 .SH.
Enter anaconda path, run
bash Anaconda3-2019.07-Linux-x86_64.sh
After that, Changan carries back and fully input yes.
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
conda config --set show_channel_urls yes
conda create -n [name] python=[version]
conda activate [name]
conda deactivate
# View installed packages
conda list
# Install a Package
conda install [package]
#
conda remove [package]
# Update a package
conda update [package]
# Update Conda, keep Conda latest
conda update conda
conda remove -n [name] --all
Skills list Query existing Conda environments Create a CONDA new environment Delete CONDA environments Rename the CONDA environment CONDA environment transplant between different computers Some techni...
Installing anaconda's virtual environment in advance, of course, can also be used. Envname is your own name, Python version is customized. After installing the dependence of PDFTTEXT, you can install ...
Create a CONDA environment Activate the environment Check if there is a correct switching environment: Install Pytorch test Installation is complete, find a code test:...
In the CONDA environment created in Linux, different virtual environments can be installed different CUDAs do not affect. This can adapt to different depth learning environments. The order is as follo...
Blog link: virtualenv installation environment: Use the virtual environment to install python package, the package to avoid confusion and conflict version, the virtual environment is a copy of the Pyt...
This article mainly introduces the tutorial of installing qt5.12.8 and environment configuration on ubuntu18.04. This article introduces you in detail through pictures and texts. It has a certain refe...
Several premise Confirm that you have successfully installed NVIDIA Driver, Cuda, Cudnn on your own machine Detailed steps can be referred to beforeInstallation Notes Description According to the offi...
First, install NVIDIA graphics card Install the NVIDIA graphics card directly in the Ubuntu graphical interface, no need to view the NVIDIA official website, do not need to install the PPA source, do ...
First, install tool Note If you are a virtual machinery, you must learn to use the snapshot function, it is useful! Install CMAKE, GIT, GCC, G ++ Enter the following code in the terminal Second, insta...
1. Download and install anaconda Anaconda official website downloadThe latest python3.7 version anaconda,Tsinghua mirror download anaconda addressYou can download various versions including the old ve...