I need to download 3.8 python shell script in Linux. But I can not find it anywhere. I found the below script which can be downloaded for Linux but it has Intel python 3.8 only.
Could you please help me get Intel python 3.8 shell script?
CodePudding user response:
It seems like you're looking for Intel python 3.8. Do get that, you can try creating a new conda environment with the below command:
conda create -n idp intelpython3_core python=3.8
conda activate idp
But if you're only looking for a shell script to install intel python3.8, you need to buy a license. If you don't have one and follow this steps:
- Access the Registration Center (https://registrationcenter.intel.com/en/products/) and follow the instructions below.
- Select the product and OS
- Define the required version & click download.
Please refer Intel Python Release notes for more information!