Python Forum
Problems and doubts with Anaconda and Spyder
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problems and doubts with Anaconda and Spyder
#8
(Feb-06-2023, 09:08 PM)newbieAuggie2019 Wrote: Sorry, the option to mark the text as "code" seems still not to be working on this site.
With 200 post you should know that it's [python] and not [code] Wink
Just use the python icon python in editor
(Feb-06-2023, 09:08 PM)newbieAuggie2019 Wrote: I'm not sure, but maybe when I created the environment, I shouldn't have put the name between curly brackets (maybe the site meant just the name without the curly brackets). But as I'm so clumsy and naïve, I make assumptions (often wrong) if everything is not clearly specified
Yes,it's best to call something like eg new_env,so know that if it end with _env it's a conda.
Can just delete enviroments and make new ones with eg Python version you want,that's the power of conda.
So if want test out python 3.11 just make enviroment with it,enviroment with conda is stand alone.
conda create --name new_env -c conda-forge spyder python=3.11.1
Tips always work with enviroment activated when install or eg start Spyder.
If work with other ediotrs point to the python.exe in the eviroment.
Eg i use VS Code and it will auto detect eviroment.
[Image: g00YlW.png]
Reply


Messages In This Thread
RE: Problems and doubts with Anaconda and Spyder - by snippsat - Feb-07-2023, 12:59 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Update Anaconda and Spyder?? Tuxedo 6 7,071 Feb-14-2021, 06:02 PM
Last Post: Tuxedo
  Notepad vs anaconda spyder or python shell ShadowAlpha 2 2,994 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