honey_pot

rhel9 python3.11 test 본문

기타

rhel9 python3.11 test

_tera_ 2023. 10. 16. 11:40

$ sudo yum install python3.11

$ sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.11 2

anaconda 

$ vi ~/.bashrc

export PATH="경로/anaconda3/bin:$PATH"

$ source ~/.bashrc

$ conda

 

conda activate 안 될때

$ source /home/t/anaconda3/etc/profile.d/conda.sh

'기타' 카테고리의 다른 글

js 이미지 저장  (0) 2024.03.26
Kubernetes - version compatible  (0) 2023.10.26
tensorflow retracing warning 없애기  (0) 2023.08.09
PEP 703 : Python의 GIL 제거  (0) 2023.07.11
LLM 기반 챗봇 애플리케이션 구조  (0) 2023.06.21
Comments