I'm new to Linux. I got houdini working, so thank god for that.
On Side Effects installation FAQ it says to
“You will need to source houdini_setup in each shell that you run Houdini. You can add the following code to your .login file to automatically do this
pushd /opt/hfs8.2.13 <- use the build version that has been installed
source houdini_setup
popd”
where is this login file located or do i need to create it. thanks in advanced
Linux .login file question
4780 3 1-
- jerwhitehurst
- Member
- 9 posts
- Joined: Jan. 2007
- Offline
-
- Pagefan
- Member
- 519 posts
- Joined:
- Offline
-
- pbowmar
- Member
- 7046 posts
- Joined: July 2005
- Offline
It's in your home directory. Anything with a dot in front is “hidden” so if you're in a shell, do this:
ls -al
the -a will show all files including hidden ones. If you don't see a .login file then you can create your own. This file will be sourced every time you log in to your computer.
Cheers,
Peter B
ls -al
the -a will show all files including hidden ones. If you don't see a .login file then you can create your own. This file will be sourced every time you log in to your computer.
Cheers,
Peter B
Cheers,
Peter Bowmar
____________
Houdini 20.5.262 Win 10 Py 3.11
Peter Bowmar
____________
Houdini 20.5.262 Win 10 Py 3.11
-
- jerwhitehurst
- Member
- 9 posts
- Joined: Jan. 2007
- Offline
-
- Quick Links


