Download the latest Anaconda:https://www.anaconda.com/products/individual in website address

After downloading, right-click the folder where the file resides and run bash anaconda3-2020.02-linux-x86_64. sh, as shown below:

Press enter and hold it down until the following image appears:

Enter yes:

Then press Enter to automatically add environment variables as shown in the picture below

The installation is complete.

Next install PyCharm

Download address: https://www.jetbrains.com/zh-cn/pycharm/download/#section=linux

Run the decompression command in the downloaded folder: tar -zxvf pycharm-community-2020.1.2.tar.gz

Then create a new directory to place the extracted file.

Create folder sudo mkdir /opt/pycharm

View the file directory: ls

Move the decompressed files to the newly created directory: sudo mv pycharm-community-2020.1.2/ /opt/pycharm/

Go to the newly created directory CD /opt/ Pycharm /

View the folder: ls

Start PyCharm and execute:

Sh/opt/pycharm/pycharm – community – 2020.1.2 / bin/pycharm. Sh

To pop up the software installation program, click Continue

Create a shortcut:

Then configure the Cuda environment: