kali 安装pycharm 和 anaconda

本文介绍了如何下载并安装PyCharm社区版以及Anaconda,详细步骤包括从官方网站获取软件,解压文件,执行安装脚本。安装完成后,Anaconda会提示设置环境,并询问是否初始化。激活环境后,用户可以开始使用这个强大的Python开发环境进行数据分析和机器学习项目。
摘要由CSDN通过智能技术生成

下载

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
  • 更换主题

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值