mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
🐧 Python : preload script for windows
This commit is contained in:
@ -132,16 +132,18 @@ rm ./rustup-init.exe
|
|||||||
|
|
||||||
**** Python Packages
|
**** Python Packages
|
||||||
#+begin_src shell
|
#+begin_src shell
|
||||||
choco install python -y
|
choco install python -y
|
||||||
$env:Path += ";C:/Python310/Scripts"
|
$env:Path += ";C:/Python310/Scripts"
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
#pip install wheel
|
#pip install wheel
|
||||||
#pip install six
|
#pip install six
|
||||||
#pip uninstall pygls
|
#pip uninstall pygls
|
||||||
#pip install pygls==0.9.1 # hdl_checker dependency
|
#pip install pygls==0.9.1 # hdl_checker dependency
|
||||||
#pip install hdl_checker #neovim / modelsim 연동
|
#pip install hdl_checker #neovim / modelsim 연동
|
||||||
pip install numpy
|
pip install numpy
|
||||||
pip install matplotlib
|
pip install matplotlib
|
||||||
|
|
||||||
|
[Environment]::SetEnvironmentVariable("PYTHONSTARTUP", "$HOME\.dotfiles\scripts\my_imports.py", "User")
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
**** Julia
|
**** Julia
|
||||||
|
|||||||
Reference in New Issue
Block a user