Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mentat-test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
713
Mentat
mentat-test
Commits
9d0663e7
Commit
9d0663e7
authored
4 years ago
by
Jan Mach
Browse files
Options
Downloads
Patches
Plain Diff
Changed default Python3 version for venv to 3.7.
(Redmine issue:
#3443
)
parent
3c130ada
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
Makefile
+2
-2
2 additions, 2 deletions
Makefile
with
2 additions
and
2 deletions
Makefile
+
2
−
2
View file @
9d0663e7
...
@@ -35,7 +35,7 @@ DIR_EVENT_CLASSES = $(shell pwd)/conf/event_classes
...
@@ -35,7 +35,7 @@ DIR_EVENT_CLASSES = $(shell pwd)/conf/event_classes
BIN_FILES
:=
$(
wildcard bin/mentat-
*
.py
)
BIN_FILES
:=
$(
wildcard bin/mentat-
*
.py
)
LIB_FILES
:=
$(
shell find
$(
DIR_LIB
)
-name
'*.py'
|
grep
-v
'test_'
)
LIB_FILES
:=
$(
shell find
$(
DIR_LIB
)
-name
'*.py'
|
grep
-v
'test_'
)
VENV_PYTHON
?=
python3
VENV_PYTHON
?=
python3
.7
VENV_PATH
?=
venv
VENV_PATH
?=
venv
PYTHON
=
python3
PYTHON
=
python3
...
@@ -94,7 +94,7 @@ help:
...
@@ -94,7 +94,7 @@ help:
@
echo
" *
$(
GREEN
)
help
$(
NC
)
: print this help message and exit"
@
echo
" *
$(
GREEN
)
help
$(
NC
)
: print this help message and exit"
@
echo
" *
$(
GREEN
)
show-version
$(
NC
)
: show current project version"
@
echo
" *
$(
GREEN
)
show-version
$(
NC
)
: show current project version"
@
echo
" *
$(
GREEN
)
show-envstamp
$(
NC
)
: show information about current development environment"
@
echo
" *
$(
GREEN
)
show-envstamp
$(
NC
)
: show information about current development environment"
@
echo
" *
$(
GREEN
)
venv [VENV_PYTHON=python3] [VENV_PATH=venv]
$(
NC
)
: install Python virtual environment for local development"
@
echo
" *
$(
GREEN
)
venv [VENV_PYTHON=python3
.7
] [VENV_PATH=venv]
$(
NC
)
: install Python virtual environment for local development"
@
echo
" *
$(
GREEN
)
develop
$(
NC
)
: install and configure project locally for development"
@
echo
" *
$(
GREEN
)
develop
$(
NC
)
: install and configure project locally for development"
@
echo
" *
$(
GREEN
)
deps
$(
NC
)
: install project dependencies"
@
echo
" *
$(
GREEN
)
deps
$(
NC
)
: install project dependencies"
@
echo
" *
$(
GREEN
)
clean
$(
NC
)
: cleanup development and build environment"
@
echo
" *
$(
GREEN
)
clean
$(
NC
)
: cleanup development and build environment"
...
...
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