change python version in conda environment
conda install python=3.7
change python version in conda environment
conda install python=3.7
how to change python version on linux
#Check available versions
ls /usr/bin/python*
#Change the used version 3.5 or 3.7 etc
alias python='/usr/bin/python3.x'
#do this other thing
. ~/.bashrc
#Check version
python --version
how to downgrade python to 3.7 4 anaconda
conda install python=3.5.0
# or maybe
conda install python=2.7.8
# or whatever you want....
conda set python version
conda search python
conda install python=3.6.2
change python version of a conda environment
conda activate my_env
conda install python=3.6
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us