当前位置:网站首页>Anaconda offline installation environment
Anaconda offline installation environment
2022-07-29 03:24:00 【Order anything】
Environment used :
In this machine windows for linux (Ubuntu 18.04) Of miniconda, Install layer by layer from bottom to top according to the dependent package , Most dependent packages will be used locally pip installed , Other special cases shall be handled specially .
1、 In this machine Ubuntu Build environment in the system :
conda create -n myenv python=3.7
2、 Use pip To install the basic dependency package , At the same time, pay attention here pip Is it installed whl The file of . If you use source code (source) Install the package , Don't use it pip To install , Try to save it for the last time .
3、 Package the environment of this machine :
conda pack -n my_env -o out_name.tar.gz
4、 The packaged package is uploaded to the server , Put it in conda_dir/envs/my_env Next tar decompression . then conda activate my_env.
5、 Other bags to see https://anaconda.org/ Whether there is a required dependent package in , Then download the corresponding xxxx.tar.bz2 file , and conda install xxxx.tar.bz2 Installation .
(Reference:https://zhuanlan.zhihu.com/p/87344422
https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html)
边栏推荐
- Principle knowledge is useful
- [robot learning] matlab kinematics and ADMAS dynamics analysis of manipulator gripper
- Precautions for using latex
- Microcomputer principle operation
- Digital image processing Chapter 10 - image segmentation
- Summary of SAP localized content in China
- C obtains JSON format data asynchronously from the web address
- Pp-yoloe details
- Several methods of converting object to string
- 力扣刷题之分数加减运算(每日一题7/27)
猜你喜欢
力扣刷题之分数加减运算(每日一题7/27)
CUDA GDB prompt: /tmp/tmpxft**** cudafe1.stub. c: No such file or directory.
C language programming | exchange binary odd and even bits (macro Implementation)
[freeswitch development practice] unimrcp compilation and installation
Summary of basic knowledge points of C language
复现20字符短域名绕过以及xss相关知识点
ROS-Errror:Did you forget to specify generate_ messages(DEPENDENCIES ...)?
Summarize the knowledge points of the ten JVM modules. If you don't believe it, you still don't understand it
【科技1】
Alibaba Sentinel - 工作流程及原理解析
随机推荐
Tencent cloud logs in with PEM
1.5 nn. Module neural network (III)
"PHP Basics" output approximate value of PI
three.js 第五十四用如何给shader传递结构体数组
Detailed steps for installing MySQL 8.0 under Linux
Singleton and invariant modes of concurrent mode
Implement Lmax disruptor queue from scratch (VI) analysis of the principle of disruptor solving pseudo sharing and consumers' elegant stopping
Mathematical modeling -- analytic hierarchy process model
12_ UE4 advanced_ Change a more beautiful character model
Example analysis of while, repeat and loop loops in MySQL process control
Unity 之游戏特效
What is eplato cast by Plato farm on elephant swap? Why is there a high premium?
「PHP基础知识」输出圆周率的近似值
3.2 model saving and loading
Swing V2: towards a larger model with larger capacity and higher resolution
美联储再加息,75基点 鲍威尔“放鸽”,美股狂欢
Division and description of military technical documents
Calculation of array serial number of force deduction questions (daily question 7/28)
再学EXKMP(EXKMP模板)
4000 多字学懂弄通 js 中 this 指向问题,顺便手写实现 call、apply 和 bind