Beautifulsoup4 on VS Code: cant install via Terminal

Not sure why my post was flagged earlier as promotion. I am asking for assistance, not promoting anything. Mods please do not flag

I am on Mosh´´´ s on Python webscrapping lesson (# 8481667)

He shows to install in the terminal beautifulsoup4

However, when I do it, I get an error message:
At line:1 char:9

  • $pipenv install beautifulsoup4
  •     ~~~~~~~
    

Unexpected token ‘install’ in expression or statement.
+ CategoryInfo : ParserError: (:slight_smile: [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken

What am I doing wrong?

Thank you

Try pipenv (without a $).

Sam you are the man!!! Thank you so much!!! It worked!

Sam hi
I am having a similar problem again, but a bit different.
In this lesson, Mosh teaches to install Beautifulsoup package.
When I run it via “Output”, just like in the lesson video, I get the “No module named ‘bs4’” message.
So I try to run it via the terminal based on what he shows, but I get a similar reply. I am doing so without the $ sign as you mentioned before

Are you able to see what I am doing wrong?
Thanks in advance

Hi Guys, i’m having a similar issue installing the package, does anyone have an answer what i’m doing wrong?
The error is this one
PS C:\Users\matp\OneDrive\Desktop\Test> $pipenv install beautifulsoup4
ParserError:
Line |
1 | $pipenv install beautifulsoup4
| ~~~~~~~
| Unexpected token ‘install’ in expression or statement.
PS C:\Users\matpe\OneDrive\Desktop\Twilio>

Try without the $ at the start