We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b944532 + 14fb3aa commit 376c903Copy full SHA for 376c903
.devcontainer/setup.sh
@@ -1,18 +1,9 @@
1
#!/usr/bin/env bash
2
3
-# Fix for Java options
4
-printf 'unset JAVA_TOOL_OPTIONS\n' >> $HOME/.bashrc
5
-unset JAVA_TOOL_OPTIONS
6
-
7
# Customise the terminal command prompt
8
printf "export PS1='\\[\\e[3;36m\\]\${PWD#/workspaces/} ->\\[\\e[0m\\] '\n" >> $HOME/.bashrc
9
export PS1='\[\e[3;36m\]${PWD#/workspaces/} ->\[\e[0m\] '
10
11
-# Force Java environment variables to use conda installation
12
-printf 'export JAVA_HOME=/opt/conda\nexport JAVA_CMD=/opt/conda/bin/java\n' >> $HOME/.bashrc
13
-export JAVA_HOME=/opt/conda
14
-export JAVA_CMD=/opt/conda/bin/java
15
16
# Update Nextflow
17
nextflow self-update
18
nextflow -version
0 commit comments