question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for ~/.virtualenvs folder instead of .venv in project folder

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
kennethreitzcommented, Feb 2, 2017

also added PIPENV_VENV_IN_PROJECT mode for classic operation.

0reactions
tylerwincecommented, Feb 2, 2017

👍 works like a charm! Thanks @kennethreitz

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found