The story of Python on Windows.
I'm the one who writes Node.js apps and deploys them on AWS, so I'm not using Python in the main. However, I have to have a deep relationship with awscli, node-gyp, and other people who are connected to Python behind the scenes, so I have no choice but to associate with Python (laughs). When I try to pip install --user on cfn-lint to check the CloudFormation template ... I don't recognize it.
Apparently, this is registered if you just installed Python normally according to the official Python Using Python on Windows. It seems that one PATH is missing. that is
C:\Users\[username]\AppData\Roaming\Python\Python38\Scripts\
It has already been reported as a bug. I couldn't help it, so I added it myself.
Aside) I've been wondering if I could study Python on Udemy, but Anaconda suffered from various environmental damages (awscli stopped working or a life-and-death problem for me), so I don't want to use it if possible.
Recommended Posts