UPPMAX / irods

Project for implementing an iRODS infrastructure on UPPMAX / SciLifeLab
8 stars 3 forks source link

Irods not able to create envFiles if ~/.irods does not exist #37

Closed dahlo closed 12 years ago

dahlo commented 12 years ago

I tried to do a icd command, but got the error message

Unable to open envFile /bubo/home/h18/dahlo/.irods/.irodsEnv.4955

Pastebin: http://pastebin.com/mpzgPGJk

Problem was resolved after i manually created ~/.irods

This should be done automatically when you load the irods module.

samuell commented 12 years ago

Fixed in the module file!

(This is the tcl code, for reference):

if { [file exists ~/.irods] == 0 } {
  file mkdir ~/.irods
}