You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Macos Sonoma M2 Max.
Fresh operating system. I installed asdf with homebrew.
Installed python 3.12.0 and 3.11.6
However when I try running python command in terminal I get command not found.
When I try python3 command I get a python 3.6 session, which I never installed.
No matter what asdf global python I run nothing gets set to my path.
When I ran python local python in my project it seemed to work as VS Code found the interpreter.
If I do asdf which python it shows its installed in my user/.asdf account.
I can't setup venv in my project because python is not command is not found.
Not sure what is going on.
Not sure what I missed.
The text was updated successfully, but these errors were encountered:
Macos Sonoma M2 Max.
Fresh operating system. I installed asdf with homebrew.
Installed python 3.12.0 and 3.11.6
However when I try running python command in terminal I get command not found.
When I try python3 command I get a python 3.6 session, which I never installed.
No matter what asdf global python I run nothing gets set to my path.
When I ran python local python in my project it seemed to work as VS Code found the interpreter.
If I do asdf which python it shows its installed in my user/.asdf account.
I can't setup venv in my project because python is not command is not found.
Not sure what is going on.
Not sure what I missed.
The text was updated successfully, but these errors were encountered: