Skip to content

conda activate base error #9774

@juansolm

Description

@juansolm

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions