NiklasRosenstein / slap

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

`slap venv` defaults to `python3` while `slap install` defaults to `python` #63

Closed NiklasRosenstein closed 1 year ago

NiklasRosenstein commented 2 years ago

Using slap venv -c defaults to python3 while the slap install command defaults to python. Using python in the install command is OK because in a virtual environment it always points to the right environment. But probably we should have slap venv use python by default.