Cmder download, install and apply to the Pycharm console

1. Download and install:

Official website: https://cmder.net/

Here I choose Download Full  

Downloading from the official website is generally very slow, but downloading is very fast if there are foreign servers or ladders. If not, I downloaded the latest one here. download link

 After decompression:

After the operation is completed, the installation is successful.

To run in win+R, you need to configure environment variables

 

Configure environment variables: right click on my computer -> properties -> advanced system settings in the upper left corner -> environment variables -> system variables find Path -> select edit -> new, your cmder path -> save

Second, configure to Pycharm

 1. Find the settings

2. Select Tools->Terminal to modify the shell path address and replace it with your cmder path. Here you need to run a command

"cmd.exe" /k ""C:\cmder\vendor\init.bat""

Just modify the red box

Use: Create a new one, or turn off all of them and reopen it to be the latest. Change the first or default cmd by default, just turn it off and open it again.

 

Guess you like

Origin blog.csdn.net/tang242424/article/details/107723318