Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-profile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hotwheels
gitlab-profile
Commits
863fb01d
Commit
863fb01d
authored
4 months ago
by
Antonio Ragagnin
Browse files
Options
Downloads
Patches
Plain Diff
clone use pip -e .[edit]
parent
b5cad1a6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cloneall.bash
+2
-1
2 additions, 1 deletion
cloneall.bash
with
2 additions
and
1 deletion
cloneall.bash
+
2
−
1
View file @
863fb01d
...
@@ -31,6 +31,7 @@ if [ ! -z "$clona" ]; then
...
@@ -31,6 +31,7 @@ if [ ! -z "$clona" ]; then
.
.env
.
.env
[[
!
-d
"venv"
]]
&&
python3
-mvenv
venv
[[
!
-d
"venv"
]]
&&
python3
-mvenv
venv
.
venv/bin/activate
.
venv/bin/activate
pip
install
--upgrade
pip
pip
install
autopep8
pip
install
autopep8
pip
install
matplotlib
pip
install
matplotlib
for
REPO
in
"
${
REPOS
[@]
}
"
;
do
for
REPO
in
"
${
REPOS
[@]
}
"
;
do
...
@@ -39,7 +40,7 @@ if [ ! -z "$clona" ]; then
...
@@ -39,7 +40,7 @@ if [ ! -z "$clona" ]; then
pushd
$REPO
pushd
$REPO
git switch dev
||
echo
no dev branch
git switch dev
||
echo
no dev branch
if
[[
"
$REPO
"
!=
"gitlab-profile"
]]
;
then
if
[[
"
$REPO
"
!=
"gitlab-profile"
]]
;
then
[
!
-z
"
$pyinsta
"
]
&&
python
-mpip
install
-e
.
&&
python
-m
hotwheels.checkup hotwheels/
[
!
-z
"
$pyinsta
"
]
&&
python
-mpip
install
-e
.
[edit]
&&
python
-m
hotwheels.checkup hotwheels/
fi
fi
popd
popd
done
done
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment