Answers for "conda:python package"

6

conda install package

#To install a package in currently active enviroment
conda install package-name
Posted by: Guest on November-07-2020
0

conda install pypy

your first and easiest option is to use this (but not recommended):

conda install -c conda-forge pypy

##################################################################
But if you have enough understanding of configuration of packages and 
python cores download it from the link under and then add it and
its script folder to path(totaly recommended!):

https://www.pypy.org/download.html
Posted by: Guest on July-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language