New-Item -ItemType SymbolicLink -Path "C:\Users\yjinh" -Name "simplecode" -Target "C:\Users\yjinh\Projects\Python_Project\SimpleCode"
New-Item -ItemType SymbolicLink -Path "원하는 디렉토리" -Name "신규 이름" -Target "실제 디렉토리 위치"
source ~/anaconda3/etc/profile.d/conda.sh
activate 가상환경 이름