Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

drcdev-gh/conan-python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3 Conan Package

Build Status

Provides a conan package for Python 3 (https://github.com/python/cpython).

How-to

Export the package to a user/channel combination:

conan export <user>/<channel>

Build the package:

conan install python3/3.6.1@<user>/<channel> --build -g virtualenv

Activate the package:

source ./activate.sh

Verify that python3.6 points to the correct path:

which python3.6
echo $PYTHONPATH

About

Conan package for python 3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages