Recent | Popular
#python #commandline #conda #virtual #environment
conda activate base
#shell #bash #conda
# 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
#shell #bash #pip #conda
pip freeze > requirements.txt # OR conda list -e > requirements.txt
#python #conda #jupyter
(firstEnv) >>conda install -c anaconda ipykernel >>python -m ipykernel install --user --name=firstEnv
Tue Aug 22 2023 18:37:17 GMT+0000 (Coordinated Universal Time)
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
Tue Dec 13 2022 06:21:47 GMT+0000 (Coordinated Universal Time) https://iqcode.com/code/python/create-requirementstxt-conda
Tue Apr 06 2021 19:57:21 GMT+0000 (Coordinated Universal Time)