DEV Community

Kentaro0919
Kentaro0919

Posted on • Updated on

 

PyCharm with asdf

As PyCharm does not support asdf pointing /Users/{username}/.asdf/shims/python
was not working.

I was able to make it work by running

$ asdf which python
Enter fullscreen mode Exit fullscreen mode

Oldest comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git