search for: virtualenvs

Displaying 20 results from an estimated 57 matches for "virtualenvs".

Did you mean: virtualenv
2011 Feb 17
1
Nested defined resources
I''m working on a module to handle creating and populating Python virtualenvs. Without going into too much detail, basically these are nicely-encapsulated environments into which python packages can be installed and run. It''s not uncommon to have several virtualenvs on a system, potentially with the same packages installed (maybe different versions). Puppet'&...
2014 Mar 06
2
Re: [libvirt] Python-libvirt in a virtual environment.
@Michel using virtualenv we can create an isolated environment in the system. Just go through - http://docs.python-guide.org/en/latest/dev/virtualenvs/ @Eric I'm using Ubuntu, and I was able to install and use libvirt using sudo apt-get install python-libvirt but its not available in tg2 virtual environment. Moreover if you try to install in the virtualenv using the sudo apt-get install python-libvirt, it would say the package is been alrea...
2018 Oct 02
2
Can't build xapian-bindings in a virtual env
...prefix=$venv --with-python3 The configure process looks fine: xapian-config is found correctly, as is my virtualenv python installation. Then I export LD_LIBRARY_PATH as $venv/lib. Then "make" fails with: make all-recursive make[1]: Entering directory '/home/<me>/.local/share/virtualenvs/<venv>/src/xapian-bindings-1.4.7' Making all in . make[2]: Entering directory '/home/<me>/.local/share/virtualenvs/<venv>/src/xapian-bindings-1.4.7' make[2]: Leaving directory '/home/<me>/.local/share/virtualenvs/<venv>/src/xapian-bindings-1.4.7' Ma...
2014 Mar 06
0
Re: [libvirt] Python-libvirt in a virtual environment.
Sijo Jose wrote: > @Michel > using virtualenv we can create an isolated environment in the system. > Just go through - http://docs.python-guide.org/en/latest/dev/virtualenvs/ > @Eric > I'm using Ubuntu, and I was able to install and use libvirt using sudo > apt-get install python-libvirt but its not available in tg2 virtual > environment. > > Moreover if you try to install in the virtualenv using the sudo apt-get > install python-libvirt, it w...
2020 Mar 25
0
CESA-2020:0851 Moderate CentOS 7 python-virtualenv Security Update
CentOS Errata and Security Advisory 2020:0851 Moderate Upstream details at : https://access.redhat.com/errata/RHSA-2020:0851 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: f72d233fceca106d5e3f01eb3ad222ca7b719ac94ffa739c7d5dad81f1387c85 python-virtualenv-15.1.0-4.el7_7.noarch.rpm Source:
2016 Sep 02
4
Running LNT and the LLVM test-suite on Windows
Is it possible to run the LLVM test-suite using LNT on Windows? Even under Cygwin? If so how can I do this? The Linux instructions use 'virtualenv'. Alternatively, how should I run the LLVM test-suite for a cross-compiler hosted on Windows? Thanks, MartinO -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Aug 25
2
lnt issue- Could not find required distribution six==1.9.0
Dear Community members, I am trying to setup *lnt* on a system where I do not have sudo access. I am facing the following issue. Kindly suggest a solution. virtualenv version => 1.11.6 OS => Debian with kernel 3.16.7 *While installing lnt into a virtual environment, I am getting the following error -* *Processing six-1.9.0.tar.gz* *Writing /tmp/easy_install-ZBhMFI/six-1.9.0/setup.cfg*
2014 Aug 09
3
[LLVMdev] Problems in installing LNT
I got Python 2.7.3 Sounds right? On Fri Aug 08 2014 at 4:45:01 PM Yi Kong <kongy.dev at gmail.com> wrote: > Hi Jingyue, > > I've never seen this error before. It looks like something to do with > virtualenv. > > What do you get by running `~/mysandbox/bin/python --version`? > > -Yi > > On 8 August 2014 23:48, Jingyue Wu <jingyue at google.com>
2016 Jul 04
4
how to use python 2.7 by default instead python 2.6 on centos 6.8
Hi, centos 6.8 comes with python 2.6. But I want to use python 2.7 to build gstreamer sdk. I have built python 2.7 and installed it into my custom directory. How to set centos to use python 2.7 by default instead of python 2.6? Thanks! Regards Andrew
2010 Aug 29
1
Re: Trouble with libgsm on Mac OS X 10.6.2
...are/man OLDPWD=/Users/panosl OPTERR=1 OPTIND=1 OSTYPE=darwin9.0 PATH=/Users/panosl/wine/wine-1.3.1/bin:/opt/subversion/bin:/Users/panosl/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin PIPESTATUS=([0]="0") PIP_VIRTUALENV_BASE=/Users/panosl/.virtualenvs PPID=273 PS1='\[\e[0;32m\]\u@\h\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[1;32m\]\$\[\e[m\] \[\e[1;37m\]' PS2='> ' PS4='+ ' PWD='/Users/panosl/.wine/drive_c/Program Files/PyLotRO' PYTHONPATH='/Applications/Quick Search Box.app/Contents/Frameworks/Vermilion.framework...
2017 Dec 05
2
upgrading python
On 12/05/2017 02:45 PM, Kai Grunau wrote: > On 05.12.2017 14:24, Larry Martell wrote: >> On Tue, Dec 5, 2017 at 8:16 AM, Kai Grunau <kgrunau at geomar.de> wrote: >>> On 05.12.2017 14:05, Larry Martell wrote: >>>> I am running CentOS 7 and I have python version: >>>> >>>> Python 2.7.5 (default, Sep 15 2016, 22:37:39) >>>>
2014 Mar 05
2
Python-libvirt in a virtual environment.
Hi, Could you guide me to install libvirt in a virtual environment..? OR How python-libvirt could be used within a virtual environment after installing it, in the system. Regards Sijo
2010 Oct 05
4
upgrade python to python2.6.4 using yum
Hi How would i upgrade python to python2.6.4 using a yum repository ( on all my servers ) and cause manual configuration is time consuming, i am using cent OS 5.4 32 bit Is there an already available repository to do this.? ------------------------------------------------------------------------------ I had tried to install it using contemporary method ( ./configure ; make ;make install) ..
2016 Sep 02
3
Running LNT and the LLVM test-suite on Windows
There is no way this will work first try, but there is no reason this cant work with some fixups. We have not been testing it, so im sure there will be glitches. I'd start by running the test-suite with cmake, and see how it goes, then move on to LNT. On September 2, 2016 at 4:18:29 AM, Michael Kruse via llvm-dev (llvm-dev at lists.llvm.org(mailto:llvm-dev at lists.llvm.org)) wrote:
2019 Dec 21
3
Downsized R configuration for flat deployment
Dear folks, I'm testing a downsized R build - in features and obviously sizes - for a "modern" flat deployment (eg. like python virtualenv, just to name one). Questions: 1) Is flat style possible? 2) With this setup, R and packages can be installed/updated? 3) The directory can be easy renamed or moved? ------------------------------------------------------------------- I
2014 Aug 08
2
[LLVMdev] Problems in installing LNT
Hi, I followed the instructions on http://llvm.org/docs/lnt/quickstart.html, and got stuck on installation Step 4. ~/mysandbox/bin/python ~/lnt/setup.py develop said running develop error: None and returned error code 1. The lnt binary wasn't installed anywhere. Any clue? Thanks much, Jingyue -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Dec 05
0
upgrading python
On Tue, Dec 5, 2017 at 10:00 AM, Marc Gouw <marc.gouw at embl.de> wrote: > > > On 12/05/2017 02:45 PM, Kai Grunau wrote: >> >> On 05.12.2017 14:24, Larry Martell wrote: >>> >>> On Tue, Dec 5, 2017 at 8:16 AM, Kai Grunau <kgrunau at geomar.de> wrote: >>>> >>>> On 05.12.2017 14:05, Larry Martell wrote: >>>>>
2013 Jan 24
1
Python Xapian bindings in PyPi?
Is there a package for the Python Xapian bindings in PyPi (the Python package index)??I install nearly all of my Python packages using pip and virtualenv, but I've had to manually compile the Xapian bindings for Python for a couple of projects. I just did this again and was wondering if I'd simply missed the package before. If there isn't a package in PyPi, would you be interested in
2018 Oct 03
0
Can't build xapian-bindings in a virtual env
...ugh, and it shouldn't result in the compiler getting killed. > Then "make" fails with: [...] > libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python3.6m -fno-strict-aliasing -Wall -Wno-unused -Wno-uninitialized -fvisibility=hidden -I/home/<me>/.local/share/virtualenvs/<venv>/include -g -O2 -MT xapian_wrap.lo -MD -MP -MF .deps/xapian_wrap.Tpo -c xapian_wrap.cc -fPIC -DPIC -o .libs/xapian_wrap.o > g++: internal compiler error: Killed (program cc1plus) This seems to indicate the compiler received SIGKILL, which smells to me like the kernel's OOM (Out...
2013 Jan 03
2
[LLVMdev] Test Suite - Livermore Loops
On 3 January 2013 16:37, David Blaikie <dblaikie at gmail.com> wrote: > My only hesitation here is that using LNT as the authoritative runner > does have a little more setup overhead for people wishing to run the > suite (they need to install some extra stuff). > Yes, there is an issue on shared machines, regarding installing new software (mainly the virtualenv, since lnt