Today I tried to install less through macOS Terminal using: npm install -g less
I use pyenv. It has helped me at times, but I don’t use it often enough to understand it well. Because I use pyenv, echo $PATH
gives me this: /usr/local/Cellar/pyenv-virtualenv/1.2.1/shims:/Users/username/.pyenv/shims:/Users/username/.pyenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands
What should I do? ????
If possible I would like to set up a new virtual environment for Less to keep it compartmentalized from other things I’ve installed.
I feel like I used to understand this virtual environment stuff better, but I easily forget details when I don’t use things frequently. For example, I don’t even remember why I was setting up dotnet, and that was like less than a year ago. (I’m sure I had some reason.)
Thanks for any help / sorry my brain doesn’t work…