level 1
kali linux没有安装过pycharm如何安装pycharm
2022年01月06日 02点01分
1
level 16
这个是商业软件,软件源没有自带。需要到官方下载Linux的软件包,进行安装。下载的软件包是pycharm-community-2021.3.1.tar.gz形式。
解压出来,里面有一个install-Linux-tar.txt文件,看一下。里面有安装说明。我复制前面两条,你可以看看:
2022年01月07日 01点01分
2
level 16
PyCharm
INSTALLATION INSTRUCTIONS
===============================================================================
1. Unpack the PyCharm distribution archive that you downloaded
where you wish to install the program. We will refer to this
location as your {installation home}.
2. To start the application, open a console, cd into "{installation home}/bin" and type:
./pycharm.sh
This will initialize various configuration files in the configuration directory:
~/.config/JetBrains/PyCharmCE2021.3.
2022年01月07日 01点01分
3