-
Install
uv
(only once)curl -LsSf https://astral.sh/uv/install.sh | sh
-
Source
.bashrc
(only once)source ~/.bashrc
-
Install specific version of python (once per version)
# System python version is 3.12 (2024.09.13) uv python install 3.12
-
Go to your project directory
-
Create virtual environment with your desired python version
uv venv --python=3.12
-
Install dependencies
uv pip install numpy matplotlib scipy notebook # any packages you need
-
Activate virtual environment (every time you want to use it)
source .venv/bin/activate
-
Enjoy!
-
Notifications
You must be signed in to change notification settings - Fork 0
Yonsei-HEP-COSMO/PhysicsLab_Guide
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published