项目作者: unissechua

项目描述 :
Coursework from Principles of Urban Informatics class (Fall 2017)
高级语言: Jupyter Notebook
项目地址: git://github.com/unissechua/PUI2017_uc288.git
创建时间: 2017-09-14T17:19:00Z
项目社区:https://github.com/unissechua/PUI2017_uc288

开源协议:

下载


PUI2017_uc288

Creating the environment variable

  1. Open up ./bash_profile
  2. Enter INSERT mode by pressing i
  3. Type in the following:
    1. export PUI2017="/Users/unissechua/devel/PUI2017"
  4. To exit, press esc, and type in :wq to save and quit

Creating the alias to change directory

  1. Open up ./bash_profile
  2. Enter INSERT mode by pressing i
  3. Type in the following:
    1. alias pui2017="cd $PUI2017"
  4. To exit, press esc, and type in :wq to save and quit

.bash_profile

.bash_profile screenshot

Checking the environment variable and alias

Terminal screenshot