asdf-python icon indicating copy to clipboard operation
asdf-python copied to clipboard

asdf doesn't link python install to my path mac studio M2 Max

Open thedangler opened this issue 2 years ago • 0 comments

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.

thedangler avatar Nov 29 '23 21:11 thedangler