Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to backup conda environment in

#to save your conda environment as txt file write this in the bash
conda list --explicit > env.txt
#to use this file to back-up your environment
conda install --name myenv --file env.txt
Comment

PREVIOUS NEXT
Code Example
Shell :: check number of threads in a process linux 
Shell :: bash replace newline with space 
Shell :: git diff exclude file 
Shell :: ubuntu install latest node with nvm 
Shell :: foreach loop powershell 
Shell :: laravel 8 composer install 
Shell :: npm save as dev dependency 
Shell :: bash convert symlinks to actual files 
Shell :: linux copy status 
Shell :: No repository for "Api Log Entity" was found. 
Shell :: find signing key certificate 
Shell :: redis start stop commands 
Shell :: uninstall vscode from linux 
Shell :: how to zip with tar command 
Shell :: dockerfile prevent exit 
Shell :: asdf current 
Shell :: add-apt-repository 
Shell :: add i386 architecture ubuntu 
Shell :: find git remote url 
Shell :: how to remove last migration in ef core 
Shell :: docker starting forever 
Shell :: preload for ubuntu 
Shell :: linux check apt repositories 
Shell :: windscribe for linux 
Shell :: raspberry pi stop an rc.local process 
Shell :: ionic offline documentation 
Shell :: uninstall lubuntu 
Shell :: bash vlookup function 
Shell :: how to install bun.sh 
Shell :: powershell command history file 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =