Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
cython version
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tirza Doniger  
View profile  
 More options Nov 11 2012, 5:27 am
From: Tirza Doniger <tirza.doni...@gmail.com>
Date: Sun, 11 Nov 2012 02:27:06 -0800 (PST)
Local: Sun, Nov 11 2012 5:27 am
Subject: cython version

I have downloaded the latest version of cython. After I install it - it
gives me a different version number.
Cython-0.17.1.tar.gz

[bioinfo] tirza 600 : pwd
/private/software/packages/Cython-0.17.1/bin
[bioinfo] tirza 599 : cython -V
Cython version 0.15.1

Is it supposed to be like this? I am installing other software that is
looking for cython version +0.16, and it still won't install.

Thanks so much,
Tirza Doniger


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matthew Brett  
View profile  
 More options Nov 11 2012, 5:42 am
From: Matthew Brett <matthew.br...@gmail.com>
Date: Sun, 11 Nov 2012 02:42:44 -0800
Local: Sun, Nov 11 2012 5:42 am
Subject: Re: [cython-users] cython version
Hi,

On Sun, Nov 11, 2012 at 2:27 AM, Tirza Doniger <tirza.doni...@gmail.com> wrote:
> I have downloaded the latest version of cython. After I install it - it
> gives me a different version number.
> Cython-0.17.1.tar.gz

> [bioinfo] tirza 600 : pwd
> /private/software/packages/Cython-0.17.1/bin
> [bioinfo] tirza 599 : cython -V
> Cython version 0.15.1

> Is it supposed to be like this? I am installing other software that is
> looking for cython version +0.16, and it still won't install.

Is it possible you actually want

./cython -V

or:

/private/software/packages/Cython-0.17.1/bin/cython -V

or

export PATH=/private/software/packages/Cython-0.17.1/bin:$PATH
cython -V

?  You might also need to make sure that the new Cython is appearing
before any system Cython in Python's path.

Best,

Matthew


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »