Skip to content
#

pipenv

Here are 548 public repositories matching this topic...

todo[bot]
todo[bot] commented Mar 11, 2020

https://github.com/thoth-station/micropipenv/blob/96250e22e6a53c80551967fa63b952d7edeb97b5/micropipenv.py#L458-L463


This issue was generated by todo based on a TODO comment in 96250e22e6a53c80551967fa63b952d7edeb97b5 when #30 was merged. cc @fridex.
good first issue help wanted todo 🗒️ hacktoberfest
kloczek
kloczek commented May 6, 2022

I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.

  • python3 -sBm build -w --no-isolation
  • because I'm calling build with --no-isolation I'm using during all processes only locally installed modules
  • install .whl file in </install/prefix>
  • run pytest with PYTHONPATH p
good first issue

Improve this page

Add a description, image, and links to the pipenv topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pipenv topic, visit your repo's landing page and select "manage topics."

Learn more