(Studio 1.0) Setup a separate shark1.venv
for Shark-1.0
#2043
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is for the SHARK-1.0 branch only, and any potential branches from that, do not merge into main branch
Motivation
I need a working SHARK 1.0 whilst SHARK 2.0 is being constructed, and I still have the draft of #2015 I'm working on for SHARK 1.0. So I need separate .venvs for
main/studio_sd2
andSHARK-1.0
branches.Having a
setup_venv
on the SHARK-1.0 branch that creates/maintains a separately named .venv, means I can just run that and not worry I've broken the .venv for the other branches.Changes
Possible Problems/Concerns
setup_venv.sh
change, someone on Linux/Mac will need to check that../shark.venv/
setup_venv
unaltered.