search for: virtualenv

Displaying 20 results from an estimated 57 matches for "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...
2018 Oct 02
2
Can't build xapian-bindings in a virtual env
Hi, I'm on a Ubuntu 18.04 server, trying to use django-haystack with xapian in a python3.6 virtualenv. The virtualenv is set up not to use system packages, meaning that I can't just install python3-xapian-haystack with apt, and instead have to manually build xapian-core and xapian-bindings within the virtualenv. This works with xapian-core and the --prefix argument to configure. When I try th...
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 &gt...
2020 Mar 25
0
CESA-2020:0851 Moderate CentOS 7 python-virtualenv Security Update
...ity 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: f35c4c83d80e88ae2fbf485ffc6c6fefc8092e774187c11f63f3a7e3a94ed8bd python-virtualenv-15.1.0-4.el7_7.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at irc.freenode.net Twitter: @JohnnyCentOS
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: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160902/b77ab578/at...
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* *Running six-1.9.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-Z...
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> wrote: > > Hi, > > > > I followed the instructions on http://llvm.org/docs/lnt/quickstart.html, > and > > got...
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
...X11/share/man:/usr/local/git/share/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/Content...
2017 Dec 05
2
upgrading python
...with those components > I've happily been using python virtual environments (similar to anaconda) alongside with Apache, WSGI & django for a long time. The setup using NGINX should be almost the same (with some small differences in setting up NGINX, of course). I would suggest "virtualenv" instead of anaconda: The principle is the same, but it offers just a bit more flexibility and customization. Virtualenv creates a local (non-system) installation of python, and you can create different collections of packages stored as different environments. In this way you can have mult...
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
...t lists.llvm.org)) wrote: > > 2016-09-02 12:26 GMT+02:00 Martin J. O'Riordan via llvm-dev > <llvm-dev at lists.llvm.org>: > > 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’. > > You can use the "Windows subsystem for Linux" > (https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux). > > Michael > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.o...
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 didn't find any official git repo, so I downloaded late...
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
...; > I've happily been using python virtual environments (similar to anaconda) > alongside with Apache, WSGI & django for a long time. The setup using NGINX > should be almost the same (with some small differences in setting up NGINX, > of course). > > I would suggest "virtualenv" instead of anaconda: The principle is the same, > but it offers just a bit more flexibility and customization. Virtualenv > creates a local (non-system) installation of python, and you can create > different collections of packages stored as different environments. In this > way y...
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 a volunteer to package it up and submit it to there?...
2018 Oct 03
0
Can't build xapian-bindings in a virtual env
On Tue, Oct 02, 2018 at 04:13:14PM -0700, Eric Abrahamsen wrote: > ./configure --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. You shouldn't need to set LD_LIBRARY_PATH - libtool should set rpath when linking against a library outside the standard search path. In general it's probably harmless to set it though, and it shouldn't result in th...
2013 Jan 03
2
[LLVMdev] Test Suite - Livermore Loops
...e: > 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 itself is local to the sandbox). However, to be fair, I found it way simpler to run the LNT tests than the buildbots. The documentation was much clearer and the process sleeker. cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://...