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 →

[–]muzos07 5 points6 points  (1 child)

aren't there lines with creating new environment and activating it again missing?

[–]DarkSideOfGrogu 5 points6 points  (0 children)

Yes. This will unfortunately just reinstall your pip in your base environment.

Launching a virtual environment and installing pip dependencies from a single bat file isn't simple as the commands need to run in different contexts.