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

Keep track of path that a virtualenv was created in to detect if it was moved #76

Open NiklasRosenstein opened 1 year ago

NiklasRosenstein commented 1 year ago

Virtual environments usually break when you move them around on the filesystem. We should have Slap keep track of where a virtual env was originally created in and treat it as invalid when it was moved.