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 install --no-venv-check` fails with "there is no current environment that can be activated" #61

Closed NiklasRosenstein closed 2 years ago

NiklasRosenstein commented 2 years ago

Using --no-venv-check should permit Slap to install into a global Python installation, but it fails with "there is no current environment that can be activated". Slap currently expects that there is a virtual env available that can be activated.