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.

use single quotes for `pip install` commands with square brackets

See original GitHub issue

Related to #402 and #412 .

pip install -e dvc[all] fails when ZSH is being used

pip install -e 'dvc[all]' should be working everywhere sh, bash, zsh.

Check that it’s actually working and update our docs.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
J0commented, Jun 5, 2019

pip install -e '.[all,tests]' works for me on zsh. Seems to work fine on bash too

1reaction
shchekleincommented, Jun 12, 2019

@algomaster99 it does not work w/o them on ZSH

Read more comments on GitHub >

github_iconTop Results From Across the Web

What do square brackets mean in pip install? - Stack Overflow
The square bracket contains the 'extra' option's information defined in setup.py that pip will use to install additional dependencies. pip ...
Read more >
How to Package Python dependencies with PIP setuptools
List project dependencies – provide a list of all the dependencies your project requires in square brackets. The easiest way to provide this...
Read more >
Robot Framework User Guide
Running pip command; Installing and uninstalling Robot Framework ... The basic syntax is ${{expression}} i.e. there are double curly braces around the ...
Read more >
pip install django-payments - Read the Docs
Use quotes as above to prevent your shell from parsing the square brackets. Changed in version 0.15: Each provider now has extra/optional dependencies....
Read more >
Using Pandas DataFrames with the Python Connector
You must enter the square brackets ( [ and ] ) as shown in the command. The square brackets specify the extra part...
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