Skip to content

sg5718/PUI2018_jc9033

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description of setting up my enviroment

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

Screenshoots

image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%