Skip to content

slap link

This command is venv aware.

Symlink your project or all projects in a mono-repository into the current Python environment. This works for Poetry projects as well.

Warning

Independent from the Python build system you are using, Slap reuses Flit's symlinking feature to perform this action. This actually symbolically links your source code into the Python site-packages. Be aware that this can cause your code to be overwritten for example by Pip if you end up overwriting the symlinked installation of your package by installing another version of it into the same environment.

Synopsis
@shell slap link --help