virtual environments exist for isolation, and installing a package in one's own virtualenv does not break that
virtual environments exist for isolation, and installing a package in one's own virtualenv does not break that
🔗 https://emily.space/posts/251023-uv
#python #dependances
🔗 https://emily.space/posts/251023-uv
#python #dependances
#pythonenvironments #datasciencepython #devops #python313
Origin | Interest | Match
#pythonenvironments #datasciencepython #devops #python313
Origin | Interest | Match
how's your day going?
how's your day going?
マジかい。uvそんなに速いのか!上の全部使ってたのに〜。
github.com/astral-sh/uv
マジかい。uvそんなに速いのか!上の全部使ってたのに〜。
github.com/astral-sh/uv
The virtualenv-or-no-virtualenv debate is one of those things which will never go away. There are good technical reasons they are generally recommended, but not everyone agrees. 🤷
If you're looking for solutions to a specific problem, there are Python people here happy to at least look […]
The virtualenv-or-no-virtualenv debate is one of those things which will never go away. There are good technical reasons they are generally recommended, but not everyone agrees. 🤷
If you're looking for solutions to a specific problem, there are Python people here happy to at least look […]
Keep your projects organized! Use tools like Virtualenv, Pyenv, and Pipenv to manage different Python environments and dependencies for each project.
Keep your projects organized! Use tools like Virtualenv, Pyenv, and Pipenv to manage different Python environments and dependencies for each project.
"virtualenv" -> nest
"built distribution" -> package
"package" -> multi-module
"module" -> solo module
"pip" -> python -m install
"ensurepip" -> just stop pretending you can have a full python install without "install"
"uv" -> "astral project" *
"uv pip" -> […]
"virtualenv" -> nest
"built distribution" -> package
"package" -> multi-module
"module" -> solo module
"pip" -> python -m install
"ensurepip" -> just stop pretending you can have a full python install without "install"
"uv" -> "astral project" *
"uv pip" -> […]
2. I always put it in the project root and add it to .gitignore
3. Nope. Neither does virtualenv, but virtualenvwrapper can let you do something that iirc
2. I always put it in the project root and add it to .gitignore
3. Nope. Neither does virtualenv, but virtualenvwrapper can let you do something that iirc
I have a couple of questions regarding venv/virtualenv. I've
never used it and now is the time.
First, which of venv or virtualenv (or another) do you use?
Second, do you save the venv in the project root or separately?
Third, does venv allow for its own environment variables?
I have a couple of questions regarding venv/virtualenv. I've
never used it and now is the time.
First, which of venv or virtualenv (or another) do you use?
Second, do you save the venv in the project root or separately?
Third, does venv allow for its own environment variables?
1. Write code daily, even if it’s tiny.
2. Use virtualenv to manage dependencies.
3. Push every project to GitHub.
4. Keep functions small & reusable.
5. Document fixes in a “bug log.”
📌 Good habits compound into great skills.
1. Write code daily, even if it’s tiny.
2. Use virtualenv to manage dependencies.
3. Push every project to GitHub.
4. Keep functions small & reusable.
5. Document fixes in a “bug log.”
📌 Good habits compound into great skills.
1. Write code daily, even if it’s tiny.
2. Use virtualenv to manage dependencies.
3. Push every project to GitHub.
4. Keep functions small & reusable.
5. Document fixes in a “bug log.”
📌 Good habits compound into great skills.
1. Write code daily, even if it’s tiny.
2. Use virtualenv to manage dependencies.
3. Push every project to GitHub.
4. Keep functions small & reusable.
5. Document fixes in a “bug log.”
📌 Good habits compound into great skills.
Keep your projects organized! Use tools like Virtualenv, Pyenv, and Pipenv to manage different Python environments and dependencies for each project.
Keep your projects organized! Use tools like Virtualenv, Pyenv, and Pipenv to manage different Python environments and dependencies for each project.