In order to set up my environment, I did such steps:
1. access my terminal on the CUSP ADRF
2. create an environmental variable: export PUI2018=""
3. check the full path: echo $PUI2018
4. save an environmental variable permanently:
a. nano .bashrc
b. Add lines: export PUI2018="~/PUI2018"
c. Add lines: alias pui2018="cd $PUI2018"
5. terminal reads the new version of the file as I modified it and store the new env variable and alias: source ~/.bashrc
forked from JunjieTsai/PUI2018_jc9033
-
Notifications
You must be signed in to change notification settings - Fork 0
sg5718/PUI2018_jc9033
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Jupyter Notebook 99.9%
- Python 0.1%