VScode portable cant show pipenv's interpreter
See original GitHub issueEnvironment data
- VS Code version: 1.29.1(installed & portable mode(have
data
andtmp
dir)) - Extension version (available under the Extensions sidebar): 2018.11.0
- OS and version: Windows 10
- Python version (& distribution if applicable, e.g. Anaconda): 3.6.7 (64-bit)
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): pipenv
Actual behavior
a goog *.py with installed vs code ,when open with portable, only one default python interpreter could select.
set "python.pythonPath": "c:\\user\\rocxer\\.virtualenvs\\pyex-efMjBuXi\\scripts\\python.exe"
and nothing changed.
Expected behavior
when python: select interpreter
,show “python 3.6.7 (default)” and “python (pipenv)” as installed one.
Steps to reproduce:
open a .py with portable VScode
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
python - How do I change pipenv/virtualenv location to work ...
1 Answer 1 · Click " select Python Interpreter " in the lower left corner to select the " . · VSCode has...
Read more >Selecting a pipenv environment not working? #1639 - GitHub
I'm just wondering if there is a way to configure VSCode to do this itself? I presume it's not this, and I can't...
Read more >Advanced Visual Studio Code for Python Developers
If you already have a virtual environment, run Python: Select Interpreter from the Command Palette to select the Python interpreter virtual environment. If...
Read more >Visual Studio Code (Windows) - Setting up a ... - YouTube
In this Python Programming Tutorial, we will be learning how to set up a Python development environment in VSCode on Windows.
Read more >Choose a Python environment - Visual Studio (Windows)
Use virtual environments; View installed packages; See also. Applies to: yes Visual Studio no Visual Studio for Mac no Visual Studio Code.
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
python is here : 'C:\Users\rocxer\AppData\Local\Programs\Python\Python36'
C:\Users\rocxer\AppData\Local\Programs\Python\Python36\
andC:\Users\rocxer\AppData\Local\Programs\Python\Python36\Scripts\
inPah
Dup of #3460