Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create anaconda environment in shell

conda create -n env_name

#To create environment and install package (eg. python version 3.3)
conda create -n env_name python=3.3

#To use an env, you need to activate the environment:
conda activate env_name

#To see a list of all env you've created:
conda env list
Comment

PREVIOUS NEXT
Code Example
Shell :: assign home directory to user linux 
Shell :: gitignroe remove folder 
Shell :: vim frozen 
Shell :: posh-git installation on PowerShell 
Shell :: Undo commit and keep all files staged 
Shell :: gitignore global example 
Shell :: git reset remote origin 
Shell :: root kali login 
Shell :: remove environment variable linux 
Shell :: Set wp-config.php using wp-cli 
Shell :: install nativescript version 6 
Shell :: file explorer shortcut 
Shell :: install bootstrap angular 
Shell :: git checkout new branch 
Shell :: shell replace substring 
Shell :: linux command disk speed test 
Shell :: git default remote 
Shell :: wkhtmltopdf javascript 
Shell :: enable proxy in cmd 
Shell :: Error: EACCES: permission denied, mkdtemp linux ubuntu 
Shell :: linux see group memebers 
Shell :: alpine linux install redis-cli 
Shell :: how to download terminator in ubuntu 
Shell :: how to install multiple packages in one line of pip 
Shell :: github jabba 
Shell :: bash delete a range of lines from a file 
Shell :: error: The following untracked working tree files would be overwritten by merge: 
Shell :: nvm install stable not found 
Shell :: fortinet vpn client for ubuntu 
Shell :: install vim mac 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =