top | item 35024911

(no title)

aiiane | 3 years ago

The --python flag for virtualenv will let you specify a different Python executable to use, but requires that executable to already be installed somewhere on the system.

discuss

order

georgyo|3 years ago

Getting another python executable is normal the challenge though.

actually_a_dog|3 years ago

Not really. Not under OSX, brew makes this simple. Under Linux, worst case, you just download the source and compile it. (Not sure about Windows though.)