Skip to content
Advertisement

Conda Installation python -v returns traceback

I just installed Anaconda onto my computer, but when I run python -v, a bunch of import stastements that look like a stacktrace gets spit out onto my terminal. Any idea what might’ve gone wrong and how I can fix it?

JavaScript

Advertisement

Answer

if you run python --help you will see that:

JavaScript

you are probably looking for:

JavaScript

notice the uppercase V and lowercase v

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement