What is wrong?
Asked
Active
Viewed 176 times
-2
-
use `sudo pip3 install BeautifulSoup4` – akash karothiya Jun 06 '17 at 07:25
-
@akashkarothiya the answer is right. – youDaily Jun 06 '17 at 07:27
-
1No it isn't. Stop advising the use of `sudo`! [See here for why and what to do instead](https://stackoverflow.com/questions/31512422/pip-install-r-oserror-errno-13-permission-denied/42021993#42021993) – bert Nov 07 '17 at 12:17
1 Answers
1
Run the install command with elevated privileges.
sudo pip install bs4

voidpro
- 1,652
- 13
- 27
-
Stop advising the use of `sudo` for `pip install`. It's dangerous and irresponsible. [See here for why and what to do instead](https://stackoverflow.com/questions/31512422/pip-install-r-oserror-errno-13-permission-denied/42021993#42021993) – bert Nov 07 '17 at 12:18