The package manager of python packages is called pip.
sudo apt-get install python-pip
If you need a pip package as a debian you can use Victor's debian from pip.
| <?php | |
| namespace AppBundle\Entity; | |
| /** | |
| * @package AppBundle\Entity | |
| * @ORM\Entity() | |
| * @ORM\Table() | |
| * @ORM\Cache(usage="NONSTRICT_READ_WRITE") | |
| */ | 
| # Prometheus Recoding and Alert Rules Collection | |
| # Copyright (C) 2017 Matous Jan Fialka, <http://mjf.cz/> | |
| # Released under the terms of The MIT License | |
| groups: | |
| - name: node_common | |
| interval: 30s | |
| rules: | 
| # Systemd unit file for tomcat 7.x | |
| [Unit] | |
| Description=Apache Tomcat 7.x Web Application Container | |
| Wants=syslog.target network.target | |
| After=syslog.target network.target | |
| [Service] | |
| Type=forking | |
| Environment=JAVA_HOME=/usr/java/latest | 
| #!/usr/bin/env bash | |
| # https://developers.supportbee.com/blog/setting-up-cucumber-to-run-with-Chrome-on-Linux/ | |
| # https://gist.github.com/curtismcmullan/7be1a8c1c841a9d8db2c | |
| # https://stackoverflow.com/questions/10792403/how-do-i-get-chrome-working-with-selenium-using-php-webdriver | |
| # https://stackoverflow.com/questions/26133486/how-to-specify-binary-path-for-remote-chromedriver-in-codeception | |
| # https://stackoverflow.com/questions/40262682/how-to-run-selenium-3-x-with-chrome-driver-through-terminal | |
| # https://askubuntu.com/questions/760085/how-do-you-install-google-chrome-on-ubuntu-16-04 | |
| # Versions | |
| CHROME_DRIVER_VERSION=`curl -sS https://chromedriver.storage.googleapis.com/LATEST_RELEASE` | 
| sudo docker create \ | |
| -v /:/rootfs:ro \ | |
| -v /var/run:/var/run:rw \ | |
| -v /sys:/sys:ro \ | |
| -v /var/lib/docker/:/var/lib/docker:ro \ | |
| -p 49876:8080 \ | |
| --name=cadvisor \ | |
| google/cadvisor:latest | |
| sudo echo "[Unit] | 
The package manager of python packages is called pip.
sudo apt-get install python-pip
If you need a pip package as a debian you can use Victor's debian from pip.
| [Unit] | |
| Description=consul-template | |
| Requires=network-online.target | |
| After=network-online.target consul.service vault.service | |
| [Service] | |
| EnvironmentFile=-/etc/sysconfig/consul-template | |
| Restart=on-failure | |
| ExecStart=/usr/local/sbin/consul-template $OPTIONS -config=/etc/consul-template.d | 
| dn: cn=config | |
| objectClass: olcGlobal | |
| cn: config | |
| olcArgsFile: /home/matt/ldap/proxy/slapd.args | |
| olcPidFile: /home/matt/ldap/proxy/slapd.pid | |
| dn: cn=schema,cn=config | |
| objectClass: olcSchemaConfig | |
| cn: schema | 
| --- | |
| - hosts: all | |
| sudo: yes | |
| vars: | |
| - fs_snapshot_path: "/var/market-app-backup" | |
| - tar_snapshot_file: "/var/market-app-backup.snap" | |
| - s3_bucket_name: "my-backups" | |
| - s3_prefix: "/project-name/" | |
| - full_backup: "{{ version|int is divisibleby 10 }}" | |
| - filename_date_part: "{{ansible_date_time.year}}{{ansible_date_time.month}}{{ansible_date_time.day}}{{ansible_date_time.hour}}{{ansible_date_time.minute}}{{ansible_date_time.second}}{{ansible_date_time.tz}}" |