From fb584a3b13587e4caa2c084f411e7af3d0ca28bf Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Fri, 25 Mar 2022 16:37:20 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=A7=20Python=20:=20preload=20script=20?= =?UTF-8?q?for=20windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Note/WindowEnv.org | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/Note/WindowEnv.org b/Note/WindowEnv.org index f0d7a7c..c2b42c8 100644 --- a/Note/WindowEnv.org +++ b/Note/WindowEnv.org @@ -132,16 +132,18 @@ rm ./rustup-init.exe **** Python Packages #+begin_src shell -choco install python -y -$env:Path += ";C:/Python310/Scripts" -python -m pip install --upgrade pip -#pip install wheel -#pip install six -#pip uninstall pygls -#pip install pygls==0.9.1 # hdl_checker dependency -#pip install hdl_checker #neovim / modelsim 연동 -pip install numpy -pip install matplotlib + choco install python -y + $env:Path += ";C:/Python310/Scripts" + python -m pip install --upgrade pip + #pip install wheel + #pip install six + #pip uninstall pygls + #pip install pygls==0.9.1 # hdl_checker dependency + #pip install hdl_checker #neovim / modelsim 연동 + pip install numpy + pip install matplotlib + + [Environment]::SetEnvironmentVariable("PYTHONSTARTUP", "$HOME\.dotfiles\scripts\my_imports.py", "User") #+end_src **** Julia