Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Shell/Bash
conda create environment without packages
GreenMatt
Programming language:
Shell/Bash
2021-05-02 09:40:50
3
Q:
conda create environment without packages
RJ Cuthbertson
Code:
Shell/Bash
2021-01-18 17:27:58
conda
create
--name myenv python=3.8 --no-default-packages
3
lux pacifica
Code:
Shell/Bash
2021-02-13 21:50:14
conda
create
--name myenv
10
Esther
Code:
Shell/Bash
2021-02-13 21:50:52
conda
env list
3
Tags
create
Related
how to use pip install conda environment
conda install package
conda activate env
how to make conda to use global packages
conda update package
New to Communities?
Join the community