initial project code commit
This commit is contained in:
1
config/devel/activate-conda.sh
Executable file
1
config/devel/activate-conda.sh
Executable file
@@ -0,0 +1 @@
|
||||
conda activate ${PWD}/../mvnenv/
|
||||
1
config/devel/activate.sh
Executable file
1
config/devel/activate.sh
Executable file
@@ -0,0 +1 @@
|
||||
conda activate ${PWD}/../mvnenv/
|
||||
5
config/devel/install.sh
Executable file
5
config/devel/install.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
pip install mvntools/
|
||||
pip install mvndac/
|
||||
8
config/devel/uninstall.sh
Executable file
8
config/devel/uninstall.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
pip uninstall mvntools --yes
|
||||
rm -rf mvntools/build
|
||||
|
||||
pip uninstall mvndac --yes
|
||||
rm -rf mvndac/build
|
||||
Reference in New Issue
Block a user