Re: [External] Re: Unable to relocate install?
Bill Deegan <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <CAEyG4CHTiiuPGg=k3SR9sFZ5qPcnN9DjPFkhucmZzrqWPSKT=w@mail.gmail.com> |
Ray, virtualenv is NOT a VM. It's functionality already in python. See URL below. https://docs.python.org/3/library/venv.html It is a way of creating an isolated python install. So you don't need to install into the system python, among other reasons. Super useful for many things. You can try out different versions of python packages and tools and compare one against the other without having to install/uninstall.. -Bill On Tue, Feb 2, 2021 at 12:59 PM Sheppard, Raymond W <[email protected]> wrote: > Hi, > I am not sure what you mean. If you mean something like Docker, that is > problematic on a supercomputer. Singularity pretty much requires our users > to be CS minors to use. We bought a Cray Shasta machine which is supposed > to make that easier, but [now] HPE is about a year behind making it work. > If you mean something SCons specific, please point me to the doc. I am not > much more than a SCons novice. Thanks. > Ray > > ________________________________________ > From: Scons-users <[email protected]> on behalf of Bill > Deegan <[email protected]> > Sent: Tuesday, February 2, 2021 3:32 PM > To: SCons users mailing list > Subject: [External] Re: [Scons-users] Unable to relocate install? > > This message was sent from a non-IU address. Please exercise caution when > clicking links or opening attachments from external sources. > > Why not use a virtualenv? > That's the recommended solution to your problem.. > > On Tue, Feb 2, 2021 at 10:49 AM Mats Wichmann <[email protected]<mailto: > [email protected]>> wrote: > On 2/2/21 10:44 AM, Sheppard, Raymond W wrote: > > Hello > > On our large machines, we do not get to write into the system > directories. However, I keep getting errors trying to relocate SCons > (below). Any help would be appreciated. Thanks. > > As an interim measure, until someone looks into this, try the "local > install" version, you just drop it into the directory where you want to > work and run scons.py from there, no "install" step needed. > > > _______________________________________________ > Scons-users mailing list > [email protected]<mailto:[email protected]> > https://pairlist4.pair.net/mailman/listinfo/scons-users > _______________________________________________ > Scons-users mailing list > [email protected] > https://pairlist4.pair.net/mailman/listinfo/scons-users > _______________________________________________ Scons-users mailing list [email protected] https://pairlist4.pair.net/mailman/listinfo/scons-users