当前位置:网站首页>Anaconda installation tutorial environment variables (how to configure environment variables)
Anaconda installation tutorial environment variables (how to configure environment variables)
2022-07-25 23:06:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
Linux install anaconda Steps for :
download anaconda Installation package , Suffix named .sh, And then in root Execute under the user bash XXX.sh
Linux To configure anaconda environment variable :
1、 The path of the command is /usr/local/anaconda3/bin;
2、 adopt vim /etc/profile, Add at the end of the file
PATH=$PATH:/usr/local//anaconda3/bin
export PATH
3、source /etc/profile perhaps ./profile
Multiple users share anaconda Environmental Science :
If you want multiple users to share anaconda Installation environment of , You can set the installation directory to /usr/local/anaconda3, Then find it in different user directories .bash_profile Configure environment variables for different users , Configure to /usr/local/anaconda3/bin, Finally, do it separately source .bash_profile
Linux install Python step :
1、 Official website download python Package for xxx.tar.xz, Unzip... With the following command :
xz -d xxx.tat.xz by xxx.tar
tar -xvf xxx.tar by xxx file
2、 Get into xxx file , Set the compilation path with the following command
./configure –prefix=/home/admin/Python3.5
among ./configure –prefix=/home/admin/Python3.5 –enable-shared Medium –enable-shared Very important . Enable sharing , Facilitate other dependencies python Some built-in libraries of ( such as mysqlclient) Normal installation of resources
3、 Install... With the following command
make
make install
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/127892.html Link to the original text :https://javaforall.cn
边栏推荐
猜你喜欢
![[paper notes] a meta reinforcement learning algorithm for causal discovery](/img/03/84462b38551c41173f7a9734cb0e99.png)
[paper notes] a meta reinforcement learning algorithm for causal discovery

QT的Tree View Model示例

Take root downward, grow upward, and explore the "root" power of Huawei cloud AI
![[文献阅读] - HRL -[HRL with Universal Policies for Multi-Step Robotic Manipulation]](/img/34/06d5ba3af4e6e775a335324c020161.png)
[文献阅读] - HRL -[HRL with Universal Policies for Multi-Step Robotic Manipulation]

单元测试,写起来到底有多痛?

Day 3 experiment

Network Security Learning (11) scanning and blasting

Session and cookie, token and storage

How to obtain the cash flow data of advertising services to help analyze the advertising effect?

Learning notes of technical art hundred people plan (2) -- vector
随机推荐
Opencv compile and call GPU version
Anaconda~Upload did not complete.
码蹄集 万民堂大厨
Panzer_ Jack's personal blog founding day
Learning notes of technical art hundred people plan (2) -- vector
Hj7 take approximate value
MathType安装和解决不能Crtl+V的问题
CSV intro
Anaconda~Upload did not complete.
Ip--- ia review
Take root downward, grow upward, and explore the "root" power of Huawei cloud AI
The difference between "= =" and equals
2020-09-17
VisualBox启动虚拟机报错:The VM session was closed before any attempt to power it on.
Unity 使用宏
【PMP学习笔记】第1章 PMP体系引论
Solve the problem phpstudy failed to import the database
7-1 understand everything
Week 2: convolutional neural network
The difference between overloading and rewriting