Skip to content

Instantly share code, notes, and snippets.

@pitrou
Created June 9, 2014 14:27
Show Gist options
  • Save pitrou/86856e10f858e4b14361 to your computer and use it in GitHub Desktop.
Save pitrou/86856e10f858e4b14361 to your computer and use it in GitHub Desktop.
C:\>conda create -p c:\t\env python=2.6 numpy llvmpy
Fetching package metadata: ...
Solving package specifications: .
Package plan for installation in environment c:\t\env:
The following packages will be downloaded:
package | build
---------------------------|-----------------
llvmpy-0.12.6 | py26_0 4.9 MB
The following packages will be linked:
package | build
---------------------------|-----------------
llvmpy-0.12.6 | py26_0 hard-link
numpy-1.8.1 | py26_0 hard-link
python-2.6.9 | 0 hard-link
Proceed ([y]/n)?
Fetching packages ...
llvmpy-0.12.6- 100% |###############################| Time: 0:00:00 9.27 MB/s
Extracting packages ...
[ COMPLETE ] |#################################################| 100%
Linking packages ...
[ COMPLETE ] |#################################################| 100%
#
# To activate this environment, use:
# > activate c:\t\env
#
C:\t\env>activate .
No environment named "." exists in C:\Users\r541964\AppData\Local\Continuum\Anaconda\envs
C:\t\env>activate c:\t\env
No environment named "c:\t\env" exists in C:\Users\r541964\AppData\Local\Continuum\Anaconda\envs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment