I have Python version of 3.8.6 by default I want to upgrade my version of python . I tried using this command in the terminal. It is asking password for it.
Is there any other way to implement this?. Please let me know.
Thanks,
Ajith Naidu.
I have Python version of 3.8.6 by default I want to upgrade my version of python . I tried using this command in the terminal. It is asking password for it.
Is there any other way to implement this?. Please let me know.
Thanks,
Ajith Naidu.
Best answer by sathish.kumar.s
It working but, when I tried to create a notebook for my virtual environment and check version of python still it is base version by default .
What steps I should apply to get my new python version in my notebook
You can try running this command in your notebook to activate the new version.
conda activate "myenv"
You can check the current running version using this command
import sys
print(sys.version)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.