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

PySkycoin virtual env in Docker dev image #82

Closed
10 tasks done
olemis opened this issue Dec 14, 2018 · 1 comment
Closed
10 tasks done

PySkycoin virtual env in Docker dev image #82

olemis opened this issue Dec 14, 2018 · 1 comment
Assignees
Labels
docker Docker stuff stdev wip Work in progress
Milestone

Comments

@olemis
Copy link
Contributor

olemis commented Dec 14, 2018

Add a ready-to-use virtualenv in Docker dev image with stable version of pyskycoin package pre-installed from PyPI . This is in order to be able to import / use it without the need for compiling it from sources .

  • Python 2.7 virtual env at /srv/venv/pysky27.
  • PySkycoin installed from PyPI in /srv/venv/pysky27.
  • Python 3.4 virtual env at /srv/venv/pysky34.
  • PySkycoin installed from PyPI in /srv/venv/pysky34.
  • Python 3.5 virtual env at /srv/venv/pysky35.
  • PySkycoin installed from PyPI in /srv/venv/pysky35.
  • Python 3.6 virtual env at /srv/venv/pysky36.
  • PySkycoin installed from PyPI in /srv/venv/pysky36.
  • Python 3.7 virtual env at /srv/venv/pysky37.
  • PySkycoin installed from PyPI in /srv/venv/pysky37.
@olemis olemis added stdev wip Work in progress docker Docker stuff labels Dec 14, 2018
@olemis olemis changed the title PySkycoin virtual env PySkycoin virtual env in Docker dev image Dec 17, 2018
@olemis olemis added this to the 0.26.0 milestone Dec 26, 2018
@olemis olemis modified the milestones: 0.26.0, 0.25.1 Jan 17, 2019
stdevYuniers added a commit to simelo/pyskycoin.orig that referenced this issue Jan 20, 2019
…lled

- Update python versions
- Add '--no-tty' and '-q' options to gpg to avoid future problems
- Add '-q' option to wget to get less output data
- Update README file
stdevYuniers added a commit to simelo/pyskycoin.orig that referenced this issue Jan 20, 2019
stdevYuniers added a commit to simelo/pyskycoin.orig that referenced this issue Jan 20, 2019
@stdevMac stdevMac assigned stdevMac and unassigned stdevYuniers May 17, 2019
stdevMac added a commit to simelo/pyskycoin.orig that referenced this issue May 21, 2019
stdevMac added a commit to simelo/pyskycoin.orig that referenced this issue May 21, 2019
stdevMac added a commit to simelo/pyskycoin.orig that referenced this issue May 21, 2019
stdevMac added a commit to simelo/pyskycoin.orig that referenced this issue May 21, 2019
stdevMac added a commit to simelo/pyskycoin.orig that referenced this issue May 22, 2019
stdevMac added a commit to simelo/pyskycoin.orig that referenced this issue May 23, 2019
stdevMac added a commit to simelo/pyskycoin.orig that referenced this issue May 24, 2019
olemis added a commit that referenced this issue Jun 30, 2019
@olemis
Copy link
Contributor Author

olemis commented Jun 30, 2019

fixed in f828381

@olemis olemis closed this as completed Jun 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Docker stuff stdev wip Work in progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants