Feature Request: Build project environment #5

Closed
opened 2024-06-24 16:09:49 +02:00 by tom · 1 comment
Owner

Is your feature request related to a problem? Please describe.

Environment needs to be built after the project is created.

Describe the solution you would like

Implement environment build setup for automatic provisioning.

A Makefile would be the easiest one, also post hooks can do the work

**Is your feature request related to a problem? Please describe.** Environment needs to be built after the project is created. **Describe the solution you would like** Implement environment build setup for automatic provisioning. A Makefile would be the easiest one, also post hooks can do the work
tom changed title from Feature Request Summary to Feature Request: Build project environment 2024-06-24 16:15:21 +02:00
Author
Owner

Fixed with commit 40fcf2a750

You can run a Makefile command to setup venv:

# Configure venv
make setup

# Activate venv
source venv/bin/activate
Fixed with commit 40fcf2a7506bc84e4ccedb2a30db28f8bd1e8b54 You can run a `Makefile` command to setup venv: ```bash # Configure venv make setup # Activate venv source venv/bin/activate ```
tom closed this issue 2024-07-15 11:28:06 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Templates/cookiecutter-avdlab-project#5
No description provided.