NiklasRosenstein / slap

Slap is a CLI to assist in the process for developing and releasing Python packages.
https://niklasrosenstein.github.io/slap/
Other
18 stars 11 forks source link

Upgrade Pip automatically after creating a new virtual environment #102

Closed NiklasRosenstein closed 6 months ago

NiklasRosenstein commented 6 months ago

I keep running into an issue where a new Slap environment has an older Pip version that has issues correctly resolving the dependencies for one of my projects. I think we should have Slap automatically upgrade the Pip version after creating a new virtual environment automatically.