Skip to content

pe224/vscode-python-venv-bad-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

  1. Create virtual environment
    python -m venv .venv
    
  2. Activate it and install requirements
    pip install -r requirements.txt
    
  3. Select this venv's interpreter for Python extension,
    via VSCode command Python: Select interpreter
  4. Run the predefined (failing) tasks httpie test (system path),
    httpie test (interpreterPath), and httpie test (hardcoded path)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published