Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

conda create environment without packages

conda create --name myenv python=3.8 --no-default-packages
Comment

conda create environment in specific path

conda create --prefix ./envs
conda activate ./envs
Comment

conda new environment

conda create --name myenv
Comment

conda create new environment in specified location

# Use the --prefix or -p option to specify where to write the environment files. For example:
conda create --prefix /tmp/test-env python=2.7
Comment

conda create new env

conda create -n 
	NAME
		python=3.8
Comment

PREVIOUS NEXT
Code Example
Shell :: gitignore 
Shell :: arch mirrorlist 
Shell :: creat a new repository push 
Shell :: create a new git repository on the command line 
Shell :: Create permanent env variable 
Shell :: linux add prefix to all files 
Shell :: allow port on ufw 
Shell :: connect-session-sequelize installation 
Shell :: git copy file from another branch 
Shell :: remove old docker installs linux mint 
Shell :: create new users and add them in group in linux 
Shell :: ionic capacitor video player install 
Shell :: gatsby typescript template 
Shell :: see stashed changes git 
Shell :: gem install to a different directory linux 
Shell :: how to use ssh to connect to a remote server in linux 
Shell :: linux sync files between folders 
Shell :: Add Docker’s official GPG key: 
Shell :: git create local branch 
Shell :: convert windows file to unix 
Shell :: E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied) 
Shell :: default .gitignore file 
Shell :: ubuntu unzip 7z 001 
Shell :: delete from git history 
Shell :: react-fetch-hook 
Shell :: ubuntu iptables add rule 
Shell :: how to delete a word from a bash file 
Shell :: ft2build.h: No such file or directory fedora 
Shell :: windows server 2016 install chrome 
Shell :: install kubectl windows 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =