ns-rse / git-collaboration

Intermediate level course on using Git for collaboration
https://ns-rse.github.io/git-collaboration/
Other
1 stars 0 forks source link

Setup #66

Open ns-rse opened 2 months ago

Robadob commented 1 month ago

Creating a virtual environment, you can install pip at env creation by specifying it alongside python=3.11, saves a 3rd command.

ns-rse commented 1 month ago

Creating a virtual environment, you can install pip at env creation by specifying it alongside python=3.11, saves a 3rd command.

I checked this yesterday morning and found pip is installed as a dependency automatically so will remove it completely.