How To Install Phyton Package And Virtual Environment In Ubuntu






wget https://raw.githubusercontent.com/MontrealTradingGroup/deployPython3VM/master/python-ptp3.sh


How To Check The Installation Is Successful?


Method 1 :
type : ls 
to check the folder




Method 2 : Click Folder 




sh python-pip3.sh



Key in password










Create Virtual Environment In




pip3 install virtualenv --user


create folder in virtual environment

mkdir .env







command to show all hidden file
ls -la 












what is inside env folder?

ls -la .env/









what is inside envfreqtrade folder?

ls -la .env/freqtrade




ls -la .env/freqtrade/local/bin/



source .env/freqtrade/local/bin/activate





type : python3



To Exit freqtrade environment 





 We are not financial advisors. The content on this website, social media and our videos provided are not financial advice and merely cite our own personal opinions. In order to make the best financial decision that suits your own needs, you must conduct your own research and seek the advice of a licensed financial advisor if necessary. We will not responsible for any errors or omissions, or for the results obtained from the use of this information. 

Labels

Show more