Skip to content

Activating fprime-venv from shared github repository #2674

Answered by thomas-bc
DrewButzel asked this question in Q&A
Discussion options

You must be logged in to vote

Virtual environments should not be checked in a Git repo because they may not be compatible across platforms.
Please see https://nasa.github.io/fprime/INSTALL.html#working-with-an-existing-project

Basically, on any machine that wishes to collaborate on the same repo

git clone --recurse-submodules <REPO>
cd <REPO>
python -m venv fprime-venv
source fprime-venv/bin/activate
pip install -r fprime/requirements.txt

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LeStarch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants