Location of PyCharm after install PyCharm as snap package

Answered

Hello, I have install PyCharm as snap package in Ubuntu, with command
sudo snap install |pycharm-community --classic .

After installation, I cannot found the location where PyCharm have been installed. I am new to Ubuntu, could anyone help me to find out the installation path of PyCharm or method to execute?

0
1 comment

to find out the installation path of PyCharm
It is /snap/pycharm-community/current directory.

or method to execute

You can just run pycharm-community in the Terminal.

 

 

1

Please sign in to leave a comment.