下载
https://www.jetbrains.com/pycharm/
https://www.jetbrains.com/pycharm/download/other.html
解压
tar -xzf pycharm-community-2022.2.1.tar.gz
安装
┌──(***)-[~/下载/pycharm-community-2022.2.1/bin]
└─$ bash pycharm.sh
anaconda
# https://www.anaconda.com
┌──(***㉿kali)-[~/下载]
└─$ ls
Anaconda3-2022.05-Linux-x86_64.sh pycharm-community-2022.2.1
┌──(***㉿kali)-[~/下载]
└─$ bash Anaconda3-2022.05-Linux-x86_64.sh # 修复安装命令: bash Anaconda3-2022.05-Linux-x86_64.sh -u
-esc
Anaconda3 will now be installed into this location:
/home/***/anaconda3
- Press ENTER to confirm the location
- Press CTRL-C to abort the installation
- Or specify a different location below
Preparing transaction: done
Executing transaction: -
Installed package of scikit-learn can be accelerated using scikit-learn-intelex.
More details are available here: https://intel.github.io/scikit-learn-intelex
For example:
$ conda install scikit-learn-intelex
$ python -m sklearnex my_application.py
done
installation finished.
Do you wish the installer to initialize Anaconda3
by running conda init? [yes|no]
[no] >>> yes
no change /home/***/anaconda3/condabin/conda
no change /home/***/anaconda3/bin/conda
no change /home/***/anaconda3/bin/conda-env
no change /home/***/anaconda3/bin/activate
no change /home/***/anaconda3/bin/deactivate
no change /home/***/anaconda3/etc/profile.d/conda.sh
no change /home/***/anaconda3/etc/fish/conf.d/conda.fish
no change /home/***/anaconda3/shell/condabin/Conda.psm1
no change /home/***/anaconda3/shell/condabin/conda-hook.ps1
no change /home/***/anaconda3/lib/python3.9/site-packages/xontrib/conda.xsh
no change /home/***/anaconda3/etc/profile.d/conda.csh
modified /home/***/.zshrc
==> For changes to take effect, close and re-open your current shell. <==
If you'd prefer that conda's base environment not be activated on startup,
set the auto_activate_base parameter to false:
conda config --set auto_activate_base false
Thank you for installing Anaconda3!
===========================================================================
Working with Python and Jupyter is a breeze in DataSpell. It is an IDE
designed for exploratory data analysis and ML. Get better data insights
with DataSpell.
DataSpell for Anaconda is available at: https://www.anaconda.com/dataspell
- 激活(建议重新打开一个新的窗口)
┌──(***㉿kali)-[~/anaconda3/bin]
└─$ source activate
(base) ┌──(***㉿kali)-[~/anaconda3/bin]
└─$ conda env list
# conda environments:
#
base * /home/***/anaconda3
conda deactivate # deactive conda
- 更换主题