forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
I run a simple print('Hello world').
It does run (below the error), but gives an error on 'conda activate base'
I only have Anaconda installed, so Python is recognized.
Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.
PS C:\Users\XXXXXX\Desktop\pandas> conda activate base
conda : The term 'conda' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ conda activate base
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (conda:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\XXXXX\Desktop\pandas> & C:/ProgramData/Anaconda3/python.exe c:/Users/XXXXX/Desktop/pandas/test.py
Hello world
PS C:\Users\XXXXX\Desktop\pandas>
Metadata
Metadata
Assignees
Labels
No labels