misantamaria commited on
Commit
fe7bba2
·
1 Parent(s): 24108a0

bashrc route changed

Browse files
Files changed (1) hide show
  1. docker/entrypoint-rstudio.sh +1 -4
docker/entrypoint-rstudio.sh CHANGED
@@ -10,10 +10,7 @@ echo "$(id )"
10
 
11
  echo "--> Setup miniconda3"
12
 
13
- echo ". ${HOME}miniconda3/etc/profile.d/conda.sh" >> ${HOME}.bashrc
14
-
15
- print "--> Add permissions"
16
- chmod +777 ${HOME}.bashrc
17
 
18
  echo "--> Conda activate"
19
 
 
10
 
11
  echo "--> Setup miniconda3"
12
 
13
+ echo ". ${HOME}miniconda3/etc/profile.d/conda.sh" >> ${HOME}/rstudio/.bashrc
 
 
 
14
 
15
  echo "--> Conda activate"
16