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.

Install dependencies into folder

See original GitHub issue
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have searched the documentation and believe that my question is not covered.

Question

Is it possible to install dependencies into directory like using next pip command?

pip install -r requirements.txt -t ./vendor

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:9
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mvoitkocommented, Sep 20, 2018

@azag0 Working with AWS is a quite common use case. How about adding a new command to poetry where it’s possible to specify <path to dependency folder>?

0reactions
sdispatercommented, Mar 2, 2019

This is not supported and likely won’t be .

Read more comments on GitHub >

github_iconTop Results From Across the Web

pip install dependencies in custom directory - Stack Overflow
Solved it by using raw setuptools. First add a path to PYTHONPATH and then install local packages.
Read more >
npm-install - npm Docs
This command installs a package and any packages that it depends on. If the package has a package-lock, or an npm shrinkwrap file,...
Read more >
npm install supports local packages and dependencies
The npm install command supports local development and allows to quickly install and symlink local modules and packages.
Read more >
How to download all Maven dependencies into a folder
Summary · You can use the Maven Dependency Plugin to download dependencies. · Run mvn dependency:copy-dependencies , to download all your ...
Read more >
How to download Python dependencies - ActiveState
Most of the time, you'll use a package management solution like pip or the ActiveState Platform to install your dependencies.
Read more >

github_iconTop Related Medium Post

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 Hashnode Post

No results found