1
0
Commit Graph

15 Commits

Author SHA1 Message Date
SomberNight
cfe8502f96 qt desktop gui: upgrade qt5->qt6
closes https://github.com/spesmilo/electrum/issues/8007
2024-09-18 15:48:38 +00:00
SomberNight
e454a06e80 electrum-env script: don't pull in "pip install --user" pkgs
apt-get/pacman installed stuff such as PyQt5 are nice to detect
(instead of installing it via pip inside the venv), however
it is probably better to isolate the venv from the ~global pip.
2022-03-11 14:17:38 +01:00
SomberNight
a83805e00b tweak electrum-env script
- set -e, and don't call deactivate (not needed; and with -e
  if ./run_electrum errors it wouldn't run anyway)
- re PYTHONPATH
    - I think the sane thing is to give priority to the virtualenv,
      and only use system-packages as a fallback
    - added more paths; tested that it now works for modern Ubuntu
      and Manjaro
- use "python3 -m venv" instead of "virtualenv"
  (as former is always(?) available now)
2020-12-11 15:53:33 +01:00
Guillaume Ballet
fc220c17ec Make sure bash can be found on *BSD 2019-07-28 07:08:56 +00:00
SomberNight
ab441a507a readme: use 'python3 -m pip install' to install 2018-10-12 17:02:38 +02:00
Janus
097ac144d9 file reorganization with top-level module 2018-07-13 14:01:37 +02:00
Roman Zeyde
bf4207e9fc electrum-env: run from script's dir 2018-03-27 22:21:07 +03:00
David Cooper
4aff20273a Add Support for Python 3.6+ in ./electrum-env 2018-02-23 05:44:04 -06:00
Roman Zeyde
8342f1a26f chmod +x electrum-env 2018-01-09 20:19:30 +02:00
Martino Salvetti
d0f179e347 Create python3 virtualenv 2017-11-27 11:42:49 +01:00
SomberNight
89b7f5332f py3: electrum-env 2017-09-30 07:04:11 +02:00
akshayaurora
900346b89e kivy:Improve startup speed 2016-01-27 20:21:20 +05:30
Kevin Cooper
8a8dea7390 added env/ to gitignore and fixed an issue with electrum-env to pass command line arguments correctly 2015-02-15 13:00:03 -07:00
Kevin Cooper
55c88a1748 Switched to using setup.py to install dependencies 2015-02-04 02:19:10 -07:00
Kevin Cooper
4f2d75142f Added electrum-env to use a virtualenv for python dependencies 2015-02-02 12:53:36 -07:00