Snippets Collections
# 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
pip freeze > requirements.txt

# OR

conda list -e > requirements.txt
(firstEnv)
>>conda install -c anaconda ipykernel
>>python -m ipykernel install --user --name=firstEnv
star

Tue Aug 22 2023 18:37:17 GMT+0000 (Coordinated Universal Time)

#python #commandline #conda #virtual #environment
star

Tue Dec 13 2022 06:30:42 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/37926940/how-to-specify-new-environment-location-for-conda-create

#shell #bash #conda
star

Tue Dec 13 2022 06:21:47 GMT+0000 (Coordinated Universal Time) https://iqcode.com/code/python/create-requirementstxt-conda

#shell #bash #pip #conda
star

Tue Apr 06 2021 19:57:21 GMT+0000 (Coordinated Universal Time)

#python #conda #jupyter

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension