make activate doesn't work #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
spotted by @rra
Yeah makefiles don't like the source command, you can just pass the path of the python to the commands you need to run inside the virtual environment instead though! See https://git.vvvvvvaria.org/varia/varia-library-website/src/branch/master/makefile for an example.
Thanks! I removed
make activate
and simplified the Makefile to just:make setup
to create the venv and install dependenciesmake
to run