Python Forum
Update Anaconda and Spyder??
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Update Anaconda and Spyder??
#2
It is.
conda update conda
conda update spyder
Always do this when (base) environment is activate.
Eg use Anaconda Prompt

One of the strong point is that you can make your own new environment,
with eg Python 3.9.1 and Spyder ect...
conda create --name new_env conda jupyterlab pandas matplotlib requests spyder python=3.9.1
So from base environment,eg i activate myself as i use cmder or use Anaconda Prompt.
C:\
λ cd Anaconda3\Scripts\

C:\Anaconda3\Scripts
λ activate.bat

# See (base) so now is activated 
(base) C:\Anaconda3\Scripts
conda create --name new_env conda jupyterlab pandas matplotlib requests spyder python=3.9.1
When finishes activate new_env
(base) C:\Anaconda3
λ conda activate new_env

(new_env) C:\Anaconda3
λ cd ..

(new_env) C:\
λ python -V
Python 3.9.1

(new_env) C:\
λ conda list spyder
# packages in environment at C:\Anaconda3\envs\new_env:
#
# Name                    Version                   Build  Channel
pyls-spyder               0.3.0              pyhd3eb1b0_0
spyder                    4.2.1            py39haa95532_1
spyder-kernels            1.10.1           py39haa95532_0
So now you work from new_env where you have Python 3.9.1 and newest version of Spyder.
Reply


Messages In This Thread
Update Anaconda and Spyder?? - by Tuxedo - Feb-11-2021, 03:53 AM
RE: Update Anaconda and Spyder?? - by snippsat - Feb-11-2021, 11:35 AM
RE: Update Anaconda and Spyder?? - by Tuxedo - Feb-13-2021, 05:30 AM
RE: Update Anaconda and Spyder?? - by snippsat - Feb-13-2021, 12:26 PM
RE: Update Anaconda and Spyder?? - by Tuxedo - Feb-13-2021, 06:29 PM
RE: Update Anaconda and Spyder?? - by snippsat - Feb-13-2021, 06:50 PM
RE: Update Anaconda and Spyder?? - by Tuxedo - Feb-14-2021, 06:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Problems and doubts with Anaconda and Spyder newbieAuggie2019 9 4,974 Feb-07-2023, 12:56 PM
Last Post: snippsat
  Notepad vs anaconda spyder or python shell ShadowAlpha 2 2,972 Jun-26-2019, 06:31 AM
Last Post: perfringo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020