summarylogtreecommitdiffstats
path: root/miniconda3.install
diff options
context:
space:
mode:
authorjadelord2018-06-02 06:05:53 +0200
committerjadelord2018-06-02 06:05:53 +0200
commitf15b6af192ce167ab86370df24cb7e20b84bc64b (patch)
treef182be74fb3495ce5fd6c8b8171cde3ecc4a0d5b /miniconda3.install
downloadaur-f15b6af192ce167ab86370df24cb7e20b84bc64b.tar.gz
First commit: derived from AUR anaconda
Diffstat (limited to 'miniconda3.install')
-rw-r--r--miniconda3.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/miniconda3.install b/miniconda3.install
new file mode 100644
index 000000000000..0406dbc23eab
--- /dev/null
+++ b/miniconda3.install
@@ -0,0 +1,7 @@
+post_install(){
+ echo -e "Please run\n"
+ echo -e "\t$ source /opt/miniconda3/bin/activate root"
+ echo -e "\t$ source /opt/miniconda3/bin/deactivate root"
+ echo -e "\nto activate and deactivate the miniconda3 enviroment.\n"
+}
+