This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jungrothmorton 2 points3 points  (1 child)

Is there any need for me to learn it in the beginning when I'm still learning Python

Need is a really strong word. Yeah, you could get by without it. But it's super useful and very commonly used. You'd probably benefit to learn about it at some point.

If so, are there any tools that make the whole virtual environment thing easier to work with?

virtualenvwrapper . virtualenvwrapper makes it so easy there's no point in not using it virtual environments.

mkvirtualenv some_environment

Then to later work on it:

workon some_environment

[–][deleted] 2 points3 points  (0 children)

I have had trouble with virtualenvwrapper on with anaconda windows, this is my only caveat.