How to connect PyCharm to Ubuntu Many users use PyCharm extensively in their daily work. For those who want to know how to connect PyCharm to Ubuntu, php editor Banana has put together a detailed guide to help you do it. This guide will dive into the steps to establish a connection to ensure smooth use of PyCharm in your Ubuntu environment. Please read on for detailed instructions.
How to connect PyCharm to Ubuntu? How to connect PyCharm to Ubuntu
First we open pycharm, click tools and select configuration in deployment.
Then this interface will open, give it a name, and select SFTP for type.
Check the ip in Ubuntu
Fill in the ip into the host box, and enter the user name and password.
Click More to open the Ubuntu directory. If it can be opened, the connection is successful. Choose a directory you can find, preferably the home directory.
Click mappings, just add ‘/’ in the second box
It’s best to click tools and select start SSH session to show that you are connected to Ubuntu.
The above is the detailed content of How to connect PyCharm to Ubuntu How to connect PyCharm to Ubuntu. For more information, please follow other related articles on the PHP Chinese website!