Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First working Makefile for generating a Debian package. #57

Closed
wants to merge 1 commit into from

Conversation

HugoPeters1024
Copy link
Contributor

@HugoPeters1024 HugoPeters1024 commented Sep 19, 2019

Resolves #56

Changes to the codebase involve dynamically retrieving the path of the executing main.py file for build locations. Also bugfixes surrounding creating folders if they do not yet exist.

The Makefile does currently not yet create a virtual environment from source. This can be consired a todo

@HugoPeters1024 HugoPeters1024 force-pushed the package branch 5 times, most recently from ea8ed5c to 0ee2c1a Compare September 19, 2019 13:49
cp main.py package/usr/lib/pxl/
cp -r pxl package/usr/lib/pxl/
cp -r design package/usr/lib/pxl/
python3.7 -m venv package/usr/lib/pxl/venv;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error: Command '['/home/rick/projects/itcrowd/pxl/package/usr/lib/pxl/venv/bin/python3.7', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package as a .deb
2 participants