-2

It seems redundant to me since I created the EC2 solely for the purpose of working on this specific project. Why do I need to create another virtual environment on top of that?

Ashish
  • 178
  • 1
  • 11

1 Answers1

1

In general, you don't need to do that. But there are some reasons, most notably the ability to pip install as a non-root user.

Trevor
  • 1,369
  • 2
  • 13
  • 28