Editing User:SinggihAP
Revision as of 08:50, 6 June 2025 by SinggihAP (talk | contribs) (Created page with "= How To Use Conda (Miniconda3)= === here are some basic commands: === Create a new environment: <code>conda create --name myenv</code> === Replace myenv with the name you want for your environment. === === Activate an environment: === <code>conda activate myenv</code> <code>source activate myenv</code> === Deactivate the current environment: === <code>conda deactivate</code> === Install a package: === <code>conda install package_name</code> Replace package_name wi...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "https://singgihap.com/wiki/index.php/User:SinggihAP"