LoginSignup
0
0

[Python/Jupyter]venv仮想環境の操作等(自分用)

Last updated at Posted at 2024-04-21

仮想環境の操作

起動する

cd C:\Users\sakur\Documents\python_env

.\*******\Scripts\activate

pip list

pip install *******

閉じる

deactivate

追加

python -m venv *****

Jupyterのカーネル操作

追加する

ipython kernel install --user --name=******

削除する

jupyter kernelspec uninstall ****

一覧の出力

jupyter kernelspec list
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0