'ERROR:: --system is intended to be used for pre-existing Pipfile installation, not installation of specific packages. Aborting

I finished my django project.And ı want to deploy my project on aws.I pulled from github my project and then on virtual computer on aws(ubuntu) run pipenv install,I am getting this error every time.

ERROR:: --system is intended to be used for pre-existing Pipfile installation, not installation of specific packages. Aborting.

How can I fix that



Solution 1:[1]

Please run it from the same sub folder the file is in or create the project by giving a dot(.) after the project name to avoid creating a sub folder. Else this issue would occur.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Balaji Kolisetty