Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
cbf091cd
Commit
cbf091cd
authored
Dec 03, 2016
by
VIGNET Pierre
Browse files
Remove specific python interpreter for the cluster: MUST USE VIRTUAL ENVS INSTEAD !
parent
a2e89795
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
cbf091cd
CMD_PYTHON
=
python
2
CMD_PYTHON
=
python
PYTHON
=
$(CMD_PYTHON)
-m
cadbiom
#LOGLEVEL=--loglevel=debug
#LOGLEVEL=--loglevel=info
...
...
@@ -10,7 +10,7 @@ all: build
.PHONY
:
build
build
:
pip
2
install
-r
requirements.txt
pip
install
-r
requirements.txt
.PHONY
:
run_gui
run_gui
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment