Filter
Exclude
Time range
-
Near
9 Apr 2025
Also in Zed v0.181: - Added support for DeepSeek R1 hosted on AWS Bedrock. - Mouse cursor now auto-hides in more circumstances. - Added support for project panel hiding gitignored files. - Added support for automatically inserting a newline when hitting enter between opening and closing tags in JSX/TSX. - Improved restoration of editor state when files are reopened (folds, selections, scroll position). - Added persistent history of command palette usages. - Added ability to double click on empty pane to open a new file. - Python: Improved detection of virtualenvwrapper environments in work trees. - Python: Improved highlighting of function parameters in Python. - Python: Improved display of environments in toolchain selector. - Vim: Added `:ls` and `:buffers`. - Vim: Added `:options` and `:map`. - Vim: Added `g?` convert to `Rot13`/`Rot47`.
1
15
1,322
2 Apr 2025
Zed Preview v0.181 is out too! - Added support for automatically inserting a newline when hitting enter between opening and closing tags in JSX/TSX. - Improved restoration of editor state when files are reopened (folds, selections, scroll position). - Added persistent history of command palette usages. - Mouse cursor now auto-hides in more circumstances. - Added ability to double click on empty pane to open a new file. - Added support for project panel hiding gitignored files. - Added the ability to show past commits in Zed. - Python: Improved detection of virtualenvwrapper environments in work trees. - Python: Improved highlighting of function parameters in Python. - Python: Improved display of environments in toolchain selector. - Added `:ls` and `:buffers`. - Added `:options` and `:map`. - Added `g?` convert to `Rot13`/`Rot47`. - Added support for DeepSeek R1 hosted on AWS Bedrock.
1
17
2,862
9 Mar 2025
No need anymore for - conda - miniconda - mamba - poetry - pyenv - pyvenv - virtualenv - virtualenvwrapper - pipenv - venv uv is a gift from the heavens
6
500
Replying to @tekbog
pip install virtualenvwrapper virtualenvwrapper.readthedoc…

2
135
22 Jan 2025
Switching From `virtualenvwrapper` to `direnv` #python treyhunner.com/2024/10/switc…

1
6
2,563
13 Jan 2025
Replying to @akshay_pachaar
I had a hard time with uv when I tested it out. Caused more problems than it was worth so I went back to virtualenv and virtualenvwrapper. Skill issue I’m sure. I’ll try again.
1
1
6
2,590
Replying to @adamdotdev
Oh did you try to pipenv when you were supposed to virtualenvwrapper?
2
1
25
819
23 Oct 2024
Pyenv, venv, virtualenv, virtualenvwrapper, pipenv, poetry…. Oh sure python is fun 🤦‍♂️
1
2
53
15 Oct 2024
Switching from virtualenvwrapper to direnv, Starship, and uv Earlier this week I considered whether I should finally switch away from virtualenvwrapper to using ... treyhunner.com/2024/10/switc…

9
1,418
Switching From `virtualenvwrapper` to `direnv` treyhunner.com/2024/10/switc…

1
1
9
2,282
I started migrating from virtualenvwrapper to direnv this week. I also adopted uv for venv management and Starship for my zsh prompt. treyhunner.com/2024/10/switc… #Python #virtualenvwrapper #direnv #starship #uv

2
3
14
2,023
1 Sep 2024
rye uvからuvへの移行完了。 Python環境移行の旅もだいぶ長くなってきたな… easy_install → pip virtualenv virtualenvwrapper → pip venv → pipenv pyenv → poetry pyenv → rye uv → uv (イマココ!
1
5
726
now that cargo for python (uv) exists lets delete: conda venv virtualenv pipenv poetry virtualenvwrapper pyflow pyenv-virtualenv miniconda hatch rye pipx pip3 pip mamba flit thanks
2
1
3
1,005
🐍 I learned programming with Python, and made millions from it. God knows how much I love it. But the amount of tools to setup your dev env is ridiculous: - pyenv-virtualenv - virtualenv - venv - pipenv - poetry - virtualenvwrapper - pyvenv - conda
10
26
3,480
Upgraded to Ubuntu 24.04 and hit a snag with virtualenvwrapper due to Python 3.12's stricter package rules? I solved it by installing virtualenvwrapper in a dedicated virtual environment. Check my blog for the full step-by-step guide!blog.techbend.io/python312-u… #Ubuntu #Python 💻✨

1
1
2
629
اگه شما هم مثل من مشکل داشتید با zsh virtualenvwrapper و پایتون ۳.۱۲ من اینجا راه کارش رو نوشتم. blog.techbend.io/python312-u…

1
2
20
13,073
此处应有世界难题“What is the difference between venv, pyvenv, pyenv, virtualenv, virtualenvwrapper, pipenv, etc?”
1
2
141
Me deciding on how I'm going to make Python development education: """ So, first we are going to install pyenv to handle python management. And with it install version 3.10 of python. Then, install pipx so we can install some python dependencies in isolated virtual environments. Then, poetry to handle dependency management of python, with pipx. But we want to install poe-the-poet so that we can easily export requiremens.txt for those who want to use raw pip and virtualenvwrapper. But exporting requirements is now a plugin to poetry so we'll install that with pipx and not pip. Now, in our project, anytime you see `pip install` swap that out for `poetry add` and when you see `python` instead, do `poetry run`. Now, you can copy paste my pyproject.toml to yours and just run `poetry install` which will install dependencies into a virtual environment, but not the same one that our poetry is installed to and a different one from our pyenv. Be sure that when you install you're using the right version of python we installed with pyenv otherwise nothing will work. """ ...is Python dependency management ok?
39
5
147
17,218
Replying to @Brier_Gallihugh
It’s not that bad, you just need to learn about brew pip PyPI conda pyenv virtualenv venv pipenv pyvenv virtualenvwrapper and then pick some
1
5
251