Support for ~/.virtualenvs folder instead of .venv in project folder
See original GitHub issueI think it would be great if there could be a choice between adding the .venv/
folder to the repo directly and having a central ~/.virtualenvs
folder - similar to virtualenvwrapper.
@kennethreitz, what do you think about adding support for this? I would be willing to take a stab at it if it is something you want to pursue.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Venv - separate folder or within project folder : r/Python - Reddit
I see different advice from tutorials on where to but virtualenv folder for projects - either within the project folder or within a...
Read more >Python virtualenv and venv dos and don'ts - InfoWorld
A word of advice on virtual environment creation: Don't name the directory of your virtual environment venv —or, for that matter, the name...
Read more >Detect venv in the project folder – IDEs Support (IntelliJ Platform)
You can just create a new interpreter, select "Virtualenv > Existing environment", and point to the python executable inside a venv directory.
Read more >VirtualEnv python imports not working from project folder, only ...
I'm having trouble with virtualenv when trying to import modules installed via pip in my project directory (one up from the virtual env....
Read more >venv — Creation of virtual environments — Python 3.11.1 ...
--upgrade Upgrade the environment directory to use this version of Python, assuming Python has been upgraded in-place. --without-pip Skips installing or ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
also added
PIPENV_VENV_IN_PROJECT
mode for classic operation.👍 works like a charm! Thanks @kennethreitz