You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to do this with Pipenv? I tried using the environment variable method described here, but it looks like it's not the right approach.
Could not find a version that matches myproject (from -r /var/folders/6r/719kpmn511l0ghtx4v1rbxdm0000gn/T/pipenv-5xvfp5mw-requirements/pipenv-wm4ivcah-constraints.txt (line 11))
No versions found
Were https://pypi.python.org/simple or git+https://${AUTH_USER}:${AUTH_PASSWORD}@github.com/user/myproject.git#egg=myproject reachable?
I just triaged this issue and opened a PR that fixes it, but the downside is if the user isn't use environment variables, and uses the actual credentials in the requirements.txt that will be brought into the Pipfile in plaintext. I am not sure there is a great way to prevent that.
You can use
pip
to pull a private Github repo using environment variables.Then run
Is there a way to do this with Pipenv? I tried using the environment variable method described here, but it looks like it's not the right approach.
$ pipenv --support
Pipenv version:
'2018.7.1'
Pipenv location:
'/usr/local/lib/python2.7/site-packages/pipenv'
Python location:
'/usr/local/opt/python@2/bin/python2.7'
Other Python installations in
PATH
:2.7
:/usr/local/bin/python2.7
2.7
:/usr/local/bin/python2.7
2.7
:/usr/bin/python2.7
3.6
:/usr/local/bin/python3.6m
3.6
:/usr/local/bin/python3.6
2.7.14
:/usr/local/bin/python
2.7.10
:/usr/bin/python
2.7.14
:/usr/local/bin/python2
3.6.5
:/usr/local/bin/python3
PEP 508 Information:
System environment variables:
AUTH_USER
AUTH_PASSWORD
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/Users/juansc/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Users/juansc/git/go/bin
SHELL
:/bin/zsh
LANG
:en_US.UTF-8
PWD
:/Users/juansc/git/project/
Contents of
Pipfile
('/Users/juansc/git/project/Pipfile'):Contents of
Pipfile.lock
('/Users/juansc/git/project/Pipfile.lock'):The text was updated successfully, but these errors were encountered: